social-media-data-scripts
No description available.
File Explorer
Download Latest Version (.zip)- empty-file.txt
- fb_get_comments.py
- fb_get_page_info.py
- fb_get_posts_fb_group.py
- fb_get_posts_group_multiple.py
- fb_get_posts_page.py
- fb_get_posts_page_multiple.py
- fb_id_proofer.py
- giphy_search_scraper.py
- secrets.py
- twitter_bio_info_compiler.py
- twitter_get_followers.py
- twitter_get_friends.py
- twitter_searcher.py
- twitter_timeline.py
- twitter_tweet_dumper.py
- twitter_tweet_dumper_multiple_users.py
- twitter_wordCount.py
- utils.py
- youtube-get-channel-info.py
- youtube-get-video-info.py
- youtube-get-vids-from-channel.py
- youtube-search-api-scraper.py
- youtube-search-api-scraper_by_tag.py
- apis.md
- empty-file.txt
- empty-file.txt
- ad-scraper.py
- message_scraper.py
- personal-archives.md
- empty-file.txt
- wikipedia_scraper_sample.py
- scraping.md
- .gitignore
- README.md
- requirements.txt
# Installation Guide
git clone https://github.com/lamthuyvo/social-media-data-scripts
Downloads the entire project code from GitHub to your computer.
cd social-media-data-scripts
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install requests
Installs the package published on PyPI directly โ no need to clone the source.
pip install tweepy --ignore-installed six
Installs the package published on PyPI directly โ no need to clone the source.
pip install beautifulsoup4
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
sudo pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install requests
Installs the package published on PyPI directly โ no need to clone the source.
pip install tweepy --ignore-installed six
Installs the package published on PyPI directly โ no need to clone the source.
pip install beautifulsoup4
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
