sample_twitter.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. [{
  2. "created_at": "Thu Jun 22 21:00:00 +0000 2017",
  3. "id": 877994604561387500,
  4. "id_str": "877994604561387520",
  5. "text": "Creating a Grocery List Manager Using Angular, Part 1: Add & Display Items https://t.co/xFox78juL1 #Angular",
  6. "truncated": false,
  7. "entities": {
  8. "hashtags": [{
  9. "text": "Angular",
  10. "indices": [103, 111]
  11. }],
  12. "symbols": [],
  13. "user_mentions": [],
  14. "urls": [{
  15. "url": "https://t.co/xFox78juL1",
  16. "expanded_url": "http://buff.ly/2sr60pf",
  17. "display_url": "buff.ly/2sr60pf",
  18. "indices": [79, 102]
  19. }]
  20. },
  21. "source": "<a href=\"http://bufferapp.com\" rel=\"nofollow\">Buffer</a>",
  22. "user": {
  23. "id": 772682964,
  24. "id_str": "772682964",
  25. "name": "SitePoint JavaScript",
  26. "screen_name": "SitePointJS",
  27. "location": "Melbourne, Australia",
  28. "description": "Keep up with JavaScript tutorials, tips, tricks and articles at SitePoint.",
  29. "url": "http://t.co/cCH13gqeUK",
  30. "entities": {
  31. "url": {
  32. "urls": [{
  33. "url": "http://t.co/cCH13gqeUK",
  34. "expanded_url": "http://sitepoint.com/javascript",
  35. "display_url": "sitepoint.com/javascript",
  36. "indices": [0, 22]
  37. }]
  38. },
  39. "description": {
  40. "urls": []
  41. }
  42. },
  43. "protected": false,
  44. "followers_count": 2145,
  45. "friends_count": 18,
  46. "listed_count": 328,
  47. "created_at": "Wed Aug 22 02:06:33 +0000 2012",
  48. "favourites_count": 57,
  49. "utc_offset": 43200,
  50. "time_zone": "Wellington"
  51. }
  52. }]