1337list / 1337list-organisation

Repository for organisation-wide tasks.
0 stars 0 forks source link

Diagram common + unusual tweet object JSON structures for team reference in the 1337list wiki. #1

Open xdfcfc0xa opened 6 years ago

xdfcfc0xa commented 6 years ago

Tweet JSON documentation: https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/intro-to-tweet-json

Example tweets: https://github.com/1337list/test-data/tree/master/tweet_json/tweet_json_examples

Nice raw tweet (prettified): https://raw.githubusercontent.com/1337list/test-data/master/tweet_json/tweet_json_examples/retweet1/retweet1.json

Relevant links: https://gwu-libraries.github.io/sfm-ui/posts/2016-11-10-twitter-interaction https://github.com/twitter/twitter-text http://goessner.net/articles/JsonPath/index.html#e2 http://jsonpath.com/ https://vanya.jp.net/vtree/

xdfcfc0xa commented 6 years ago

Map of a tweet: https://www.scribd.com/doc/30146338/map-of-a-tweet

JSON schema generators: http://som-research.uoc.edu/tools/jsonDiscoverer/#/advanced https://jsonschema.net/#/ https://stackoverflow.com/questions/7341537/tool-to-generate-json-schema-from-json-data

Online JSON schema viewers: https://navneethg.github.io/jsonschemaviewer/ http://jlblcc.github.io/json-schema-viewer/

Online JSON viewers/editors: https://jsoneditoronline.org/ http://jsonviewer.stack.hu/