https://github.com/guptaachin/gaia_twitter_download
Code to download twitter feeds and document the stats
https://github.com/guptaachin/gaia_twitter_download
hashing nlpdata tweepy-api
Last synced: 3 months ago
JSON representation
Code to download twitter feeds and document the stats
- Host: GitHub
- URL: https://github.com/guptaachin/gaia_twitter_download
- Owner: guptaachin
- Created: 2018-03-10T02:39:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T05:49:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T06:46:07.740Z (4 months ago)
- Topics: hashing, nlpdata, tweepy-api
- Language: Python
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
The module twitter_download.py
1. Downloads the tweets as specified in the twitter.tab file.
2. Each downloaded tweet is stored in a separate uid.json file where uid is the unique id read from the twitter.tab file
3. All these tweet files as are added into a twitter_data.zip file.Output files
1. twitter_data.zip - is the zip of all the json files created for the tweets.
2. stats.txt - contains the information of the tweets which could not be downloaded along with their uid(s) and twitter id.
3. twitter_download.py - module which contains all the code carrying out the above tasks.
4. README.txt