Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Jun 2, 2023
1 parent 6aa72f7 commit d736674
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,53 +35,53 @@ A tweet is stored as a JSON file :books:
Like this:

```JSON
"tweet": {
"id": 464731336310140929,
"text": "RT @9GAGTweets: From Hulk... hue hue hue - http:\/\/t.co\/bNRmL7uUVf",
"user": {
"id": 534017128,
"name": "jasmine s.",
"screen_name": "jasminesaff",
"followers_count": 311,
"favourites_count": 0,
"friends_count": 245,
"verified": false,
"statuses_count": 10704,
},
"retweeted_status": {
"id": 464717213304627200,
"text": "From Hulk... hue hue hue - http:\/\/t.co\/bNRmL7uUVf",
"user": {
"id": 471022109,
"name": "9GAG Tweets",
"screen_name": "9GAGTweets",
"followers_count": 251032,
"friends_count": 3,
"favourites_count": 0,
"statuses_count": 124287,
},
"retweet_count": 151,
"favorite_count": 46,
"entities": {
"hashtags": [],
"media": [
{
"media_url": "http:\/\/pbs.twimg.com\/media\/BnMB19sIIAAJv0O.jpg",
}
]
"tweet": {
"id": 464731336310140929,
"text": "RT @9GAGTweets: From Hulk... hue hue hue - http:\/\/t.co\/bNRmL7uUVf",
"user": {
"id": 534017128,
"name": "jasmine s.",
"screen_name": "jasminesaff",
"followers_count": 311,
"favourites_count": 0,
"friends_count": 245,
"verified": false,
"statuses_count": 10704,
},
"retweeted_status": {
"id": 464717213304627200,
"text": "From Hulk... hue hue hue - http:\/\/t.co\/bNRmL7uUVf",
"user": {
"id": 471022109,
"name": "9GAG Tweets",
"screen_name": "9GAGTweets",
"followers_count": 251032,
"friends_count": 3,
"favourites_count": 0,
"statuses_count": 124287,
},
"retweet_count": 151,
"favorite_count": 46,
"entities": {
"hashtags": [],
"media": [
{
"media_url": "http:\/\/pbs.twimg.com\/media\/BnMB19sIIAAJv0O.jpg",
}
},
"retweet_count": 0,
"favorite_count": 0,
"entities": {
"hashtags": []
"media": [
{
"media_url": "http:\/\/pbs.twimg.com\/media\/BnMB19sIIAAJv0O.jpg",
}
]
}
]
}
},
"retweet_count": 0,
"favorite_count": 0,
"entities": {
"hashtags": []
"media": [
{
"media_url": "http:\/\/pbs.twimg.com\/media\/BnMB19sIIAAJv0O.jpg",
}
]
}
}
```

Download :satellite:
Expand Down

0 comments on commit d736674

Please sign in to comment.