Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jayachithra/twitterscraper

Scrap tweets from twitter using python
https://github.com/jayachithra/twitterscraper

Last synced: about 1 month ago
JSON representation

Scrap tweets from twitter using python

Awesome Lists containing this project

README

        

# TwitterScraper
Scrap tweets from twitter using python

PRE-REQ:
1. Install python 3
2. Install the packages (For example, tp install tweepy - for windows open anaconda prompt and type "pip install tweepy")
3. Open tweer_scrape.py and fill in your 'consumer_key', 'consumer_secret', 'access_key' and 'access_secret'
4. Run the code