mirror of
https://github.com/shaikhsajid1111/social-media-profile-scrapers.git
synced 2026-06-17 09:06:29 -07:00
Fetch user's data across social media
facebook-scraper
instagram-scraper
medium-scraper
pinterest
pinterest-scrapper
python
quora-scraper
reddit-scraper
request
scrapping-python
selenium-python
social-media
tiktok-scraper
twitter-scraper
web-scraper
web-scraping
- Python 100%
|
|
||
|---|---|---|
| screenshot | ||
| .gitignore | ||
| facebook.py | ||
| github.py | ||
| instagram.py | ||
| LICENSE | ||
| medium.py | ||
| medium_graphql_query.graphql | ||
| pinterest.py | ||
| quora.py | ||
| README.md | ||
| reddit.py | ||
| requirement.txt | ||
| tests.py | ||
| tiktok.py | ||
| twitter.py | ||
Social Media Profile Crawlers
These are the collections of scripts that scrape's social media profiles
Available Social Media
- TikTok
- Medium
- Quora
- Github
Installation
- Install dependencies mentioned inside requirement.txt by opening terminal in project's directory and enter command
pip install -r requirement.txt
Usage
- Open terminal in project's directory and enter command
examplepython SCRIPT_NAME USERNAME --browser BROWSER_NAME
ifpython 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 -h
Note: Pinterest, Medium and Twitter script doesn't need browser. Just use it likepython instagram.py -hpython pinterest.py username
Tech
Screenshot
LICENSE
Apache License 2.0
If You have suggestions for more social media. Let me know 😉
