Skip to content

Social Media posts in JSON format. Scraped from Twitter and tiktok - very small files.

Notifications You must be signed in to change notification settings

Turner-Kendall/json_tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social Media Posts in Json

I tried to think of the smallest useful JSON file that I could create from these social media posts I scraped. Bascially the Tweet id is an index to the tweet, user, and date:

  "1661247311471599617": {
    "name": "@srochelle1296",
    "text": "Chinese citizens sue Florida over property buying ban, Gov DEATHSantis is destroying Florida.",
    "date": "2023-05-24 05:46:00+00:00"
  },

The src directory contains the Rust file I created to process the original ( large ) JSON files and a couple of support files. The tweet json is in x_json_data and there is a tiktok.json file in other_json_data as of now with more to come as I process the scraped data.

About

Social Media posts in JSON format. Scraped from Twitter and tiktok - very small files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages