TorCrawl.py
TorCrawl.py copied to clipboard
adding proxy url and ip in cli cmd
Description
Allow setting proxy URL and port via command line
Motivation and Context
This commit introduces a new feature that enables users to specify proxy URL and port directly through command-line arguments.
How Has This Been Tested?
Manual testing with various proxy URLs and ports
Screenshots (if appropriate):
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
- [ X] My code follows the code style of this project.
- [ X] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.