iojw / socialscan

Python library for accurately querying username and email usage on online platforms
Mozilla Public License 2.0
1.48k stars 185 forks source link

need help #18

Closed Lucky97 closed 4 years ago

Lucky97 commented 4 years ago

socialscan --proxy-list proxy_list.txt --platforms tumblr --input 100_queries.txt --view-by platform Traceback (most recent call last): File "C:\Users\Lucky\AppData\Local\Programs\Python\Python37\Scripts\socialscan-script.py", line 11, in load_entry_point('socialscan==1.1.6', 'console_scripts', 'socialscan')() File "c:\users\lucky\appdata\local\programs\python\python37\lib\site-packages\socialscan__main__.py", line 21, in main asyncio.run(cli.main()) File "c:\users\lucky\appdata\local\programs\python\python37\lib\asyncio\runners.py", line 43, in run return loop.run_until_complete(main) File "c:\users\lucky\appdata\local\programs\python\python37\lib\asyncio\base_events.py", line 579, in run_until_complete return future.result() File "c:\users\lucky\appdata\local\programs\python\python37\lib\site-packages\socialscan\cli.py", line 70, in main with open(args.proxy_list, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: 'proxy_list.txt'

iojw commented 4 years ago

FileNotFoundError: [Errno 2] No such file or directory: 'proxy_list.txt'

The file you’re referencing can’t be found. Make sure that the name is correct and that you’re in the correct directory.

Lucky97 commented 4 years ago

yeah i have correct directory how can i fix?

iojw commented 4 years ago

The error is thrown because the tool can't find the file. Make sure that you're in the same directory as the file and have the correct name entered.

Lucky97 commented 4 years ago

i'm in same directory i entered correct name

iojw commented 4 years ago

You are either in the wrong directory or entering the wrong file name. The proxy-list option for the tool is currently working.

Lucky97 commented 4 years ago

can you please send sample command for this tool ?

iojw commented 4 years ago

socialscan YOUR_USERNAME your@email.com. You can run —help for explanations of all the options. Closing this issue.