tweet-counter

0.0.8 • Public • Published

Tweet Counter

by Mark Smith

Returns the total number of tweets (including retweets) by a user in a specified span of time.

See it live at tweet-counter.com.

Contribute on GitHub.

FAQ

  • How do I use Tweet Counter?

    • Tweet Counter is designed to be as user-friendly as possible. Simply type in the Twitter screen name of the person whose tweets you want to count, then select the start date and end date for your count. Hit Count Tweets and watch the magic happen!
  • What happens if I get my start and end dates mixed up?

    • Never fear! Tweet Counter's author did this many times while developing the app, so he implemented a feature that checks the dates and swaps them if they're mixed up.
  • What if I select an end date that's in the future? Won't that mess up my total days and tweets per day results?

    • Nope! Tweet Counter checks if the end date is in the future, and uses now as the end date if it is.
  • How many tweets can Tweet Counter count?

    • Tweet Counter uses the Twitter API 1.1, which can only retrieve about 3200 of a user's most recent tweets.
  • Is there any way to get a count without retweets?

    • Not at this time. The Twitter API includes retweets by default. The author may implement a retweet filter in the future if there's demand for it. If you want it, let him know!

    • Alternatively, since Tweet Counter is open source, you can contribute whatever features you'd like!

  • What time of day does Tweet Counter count to/from? Can I specify the time?

    • Currently, Tweet Counter converts all dates to noon Eastern Time, and accounts for daylight saving time.

    • The author may implement a time selection option in the future. Again, feel free to request it or contribute it yourself.

  • What does "x% available" mean?

    • Tweet Counter currently uses a single Twitter API Application Authorization, which means it is limited to 1500 requests in a 15 minute window. More can be added, if necessary.
  • What is a "request"?

    • A request is a call to the Twitter API, which returns up to 200 tweets at a time. That means a single run of Count Tweets can be anywhere from 1 to 17 requests.
  • 17 requests? I thought you said the API can only retrieve 3200 tweets. Are you bad at math?

    • Sometimes! But not in this case. Tweet Counter sends one last request to make sure it got all the tweets it can. This is especially useful when counting tweets from a new account: if you select a date before they started tweeting, it stops counting when it gets an empty response.
  • How do I know Tweet Counter is accurate?

    • Try it yourself! While the author cannot guarantee the count accuracy, you can easily test independently. Find a user with less than 3200 tweets, and use Tweet Counter to count their tweets. Then compare with the number on their actual Twitter dashboard. Feel free to yell at us if it's wrong. (No really, it'd be super helpful if you told us about any inaccuracies.)
  • I'm too lazy to find a user with less than 3200 tweets. Could you just point me to one?

    • Well if you're that lazy, you'll probably appreciate the length of his screen name, too: vp. Ask Tweet Counter to count from any date before 1/20/2017 to tomorrow and you can compare for yourself.
  • What language is Tweet Counter written in?

    • Tweet Counter is a Node.js app, utilizing Expressjs and Pug, in addition to a number of other dependencies. Get the full list from NPM.
  • What development environment did you use to develop Tweet Counter?

    • Tweet Counter was developed on Glitch. Glitch is the friendly commmunity where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.

    • Find out more about Glitch.

Package Sidebar

Install

npm i tweet-counter

Weekly Downloads

5

Version

0.0.8

License

MIT

Last publish

Collaborators

  • mark20044