https://github.com/edsu/metatweet
A bot for monitoring the structure of JSON in tweets from the sample stream.
https://github.com/edsu/metatweet
Last synced: 9 months ago
JSON representation
A bot for monitoring the structure of JSON in tweets from the sample stream.
- Host: GitHub
- URL: https://github.com/edsu/metatweet
- Owner: edsu
- Created: 2017-05-16T21:54:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T00:27:14.000Z (almost 8 years ago)
- Last Synced: 2025-08-07T22:52:49.047Z (10 months ago)
- Language: Python
- Homepage: https://twitter.com/tweetjson
- Size: 20.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*metatweet* is a Twitter bot that watches for changes in tweet metadata. You
can see the latest blueprint of over 1,000 JSON fields that have been found in
tweets [here](https://github.com/edsu/metatweet/blob/master/blueprint.json). An
instance of *metatweet* is running [@tweetjson](https://twitter.com/tweetjson).
You will need to set the following variables in your environment before you run
*metatweet.py*:
* CONSUMER\_KEY
* CONSUMER\_SECRET
* ACCESS\_TOKEN
* ACCESS\_TOKEN\_SECRET
*metatweet* was loosely inspired by Bradley Fidler and Amelia Acker's idea of
*infradata* from their paper [Metadata, infrastructure, and computer-mediated
communication in historical perspective](https://dx.doi.org/10.1002/asi.23660).