Skip to content

Instantly share code, notes, and snippets.

@ViksaaSkool
Last active April 10, 2020 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ViksaaSkool/615c831e97c86f67b2b770556b8a8e0c to your computer and use it in GitHub Desktop.
Save ViksaaSkool/615c831e97c86f67b2b770556b8a8e0c to your computer and use it in GitHub Desktop.
csv_item
Tweet{"created_at": "datetime.datetime(date_and_timezone)", "id": "id_of_the_tweet", "text": "Text of the tweet", "user": User{"id": "id_of_the_user", "name": "Screen Name", "screen_name": "twitter_handle", "url": "https://twitter.com/link_to_account"}, "url": "https://twitter.com/link_to_tweet"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment