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_NAMEifpython twitter.py barackObama --browser firefox--browserargument is not passed, chrome is used by default. currently only firefox and chrome is supported- for more help enter command
examplepython SCRIPT_NAME -hNote: Pinterest, Medium and Twitter script doesn't need browser. Just use it likepython instagram.py -hpython pinterest.py username
If You have suggestions for more social media. Let me know 😉