Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ optional arguments:
HTTP request (Snapchat, GitHub, Instagram. Lastfm &
Tumblr), reducing total number of requests sent
--input input.txt, -i input.txt
file containg list of queries to execute
file containing list of queries to execute
--proxy-list proxy_list.txt
file containing list of HTTP proxy servers to execute
queries with
Expand Down
2 changes: 1 addition & 1 deletion socialscan/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def init_parser():
help="cache tokens for platforms requiring more than one HTTP request (Snapchat, GitHub, Instagram. Lastfm, Tumblr & Yahoo), reducing total number of requests sent",
)
parser.add_argument(
"--input", "-i", metavar="input.txt", help="file containg list of queries to execute"
"--input", "-i", metavar="input.txt", help="file containing list of queries to execute"
)
parser.add_argument(
"--proxy-list",
Expand Down