Skip to main content

Command line scripts for counting tweets from twitter.com.

Project description

TwitterCounter
==============
Scripts for counting tweets. Uses 'search/tweets' or 'statuses/filter' Twitter resource to get old or new tweets, respectively.

CountTweets.py
--------------
Counts the number of tweets that contain any word passed on the command line.

Example:

> python -u -m TwitterCounter.CountTweets red blue

CountWords.py
-------------
Prints a tally count of the occurrence of any word passed on the command line.

Example:

> python -u -m TwitterCounter.CountWords red blue

RankHashtags.py
---------------
Prints a tally count of the hashtags that appear most frequently in tweets that contain any word passed on the command line.

Example:

> python -u -m TwitterCounter.RankHashtags red blue

RankReTweets.py
---------------
Prints a tally count of the most re-tweeted tweets that contain any word passed on the command line, and prints the re-tweet text.

Example:

> python -u -m TwitterCounter.RankRetweets red blue

RankWords.py
------------
Prints a tally count of the words that appear most frequently in tweets that contain any word passed on the command line.

Example:

> python -u -m TwitterCounter.RankWords red blue

Authentication
--------------
See TwitterAPI documentation.

Dependencies
-----------
* TwitterAPI

Contributors
------------

* Jonas Geduldig

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TwitterCounter-2.1.3.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page