git404hub

what is tweet-counter fr?

tanykim/tweet-counter — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2018-12-26

PythonAudience · generalComplexity · 1/5DormantSetup · easy

tl;dr

A small Python tool that counts how many tweets you posted each day from your Twitter data export and saves the totals as JSON for charting.

vibe map

mindmap
  root((repo))
    What it does
      Counts daily tweets
      Reads Twitter CSV archive
      Outputs JSON summary
    Tech stack
      Python
      CSV
      JSON
    Use cases
      Personal year in review
      Track tweeting habits
      Feed quantify-your-year
    Audience
      Journalists
      Researchers
      Curious individuals
    Workflow
      Download Twitter archive
      Run the tool
      Visualize with companion project

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Count how many tweets you posted per day from your downloaded Twitter archive.

VIBE 2

Feed the resulting JSON into the quantify-your-year project to visualize your tweeting patterns.

VIBE 3

Do a personal year-in-review analysis of your social media activity.

what's the stack?

PythonCSVJSON

how it stacks up fr

tanykim/tweet-counter0xhassaan/nn-from-scratch100/praw
Stars0
LanguagePythonPythonPython
Last pushed2018-12-262015-09-26
MaintenanceDormantDormant
Setup difficultyeasymoderatemoderate
Complexity1/54/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires downloading your own Twitter data archive as a CSV before running the tool.

prompts (copy fr)

prompt 1
Help me run tweet-counter on my downloaded Twitter CSV archive to get a daily tweet count JSON file.
prompt 2
Show me how to feed the JSON output from tweet-counter into quantify-your-year for visualization.
prompt 3
Modify tweet-counter so it also counts tweets per week instead of just per day.

Frequently asked questions

what is tweet-counter fr?

A small Python tool that counts how many tweets you posted each day from your Twitter data export and saves the totals as JSON for charting.

What language is tweet-counter written in?

Mainly Python. The stack also includes Python, CSV, JSON.

Is tweet-counter actively maintained?

Dormant — no commits in 2+ years (last push 2018-12-26).

How hard is tweet-counter to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is tweet-counter for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.