These are the collections of scripts that scrape's social media profiles
- TikTok
- Medium
- Quora
- Github
- Install dependencies mentioned inside requirement.txt by opening terminal in project's directory and enter command
pip install -r requirement.txt
- Open terminal in project's directory and enter command
example
python SCRIPT_NAME USERNAME --browser BROWSER_NAME
ifpython twitter.py barackObama --browser firefox
--browser
argument is not passed, chrome is used by default. currently only firefox and chrome is supported- for more help enter command
examplepython SCRIPT_NAME -h
Note: Pinterest, Medium and Twitter script doesn't need browser. Just use it likepython instagram.py -h
python pinterest.py username
If You have suggestions for more social media. Let me know 😉