Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayachithra/twitterscraper
- Owner: jayachithra
- Created: 2018-12-11T12:23:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T14:40:44.000Z (about 6 years ago)
- Last Synced: 2023-03-03T21:55:12.639Z (almost 2 years ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitterScraper
Scrap tweets from twitter using pythonPRE-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