Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
Cameronk199 
posted an update 6 days ago
Post
1678
35,882 posts. Four years. Every result linked back to a source record.

I built a searchable timeline for the public Truth Social posts associated with Donald Trump's @realDonaldTrump account, covering February 2022 through August 2, 2026.

The explorer separates original posts, quotes, and retruths. Search exact phrases, chart posting volume, or inspect common terms without pulling down the 1.3 GB media archive.

**Explore:** Cameronk199/truth-social-timeline-explorer

**Dataset:** Cameronk199/donald-trump-truth-social-posts

from datasets import load_dataset

posts = load_dataset(
    "Cameronk199/donald-trump-truth-social-posts",
    "full_archive_posts",
    split="train",
)



The release also contains 8,004 verified image assets and 5,756 video metadata/transcript records. It does not contain trustworthy engagement counts, so the explorer makes no virality claims.

Independent research project; not affiliated with or endorsed by Donald Trump, Truth Social, TMTG, a campaign, or any government office.

#datasets #nlp #opendata #socialmedia
In this post