Code Monkey home page Code Monkey logo

twittertools's Introduction

Twitter Tools

A collection of scripts and utilities that rely on the Twitter's API to conduct parsing and analytics

User Readability Stats

  • Python based script that relies on the TwitterSearch and textstat libraries to download, parse, and conduct a battery of readability statistics for a specified users most recent tweets. The script can also count and plot the top n most common words a user tweets with optional filtering to ignore the most common English stop words along with tweets with non standard characters.

Usage

$ python user_readability_stats.py

User options (set in script)

# Twitter API Credentials
# Don't know how to get these? Look no further than...
# http://stackoverflow.com/questions/1808855/getting-new-twitter-api-consumer-and-secret-keys

consumer_key = ''
consumer_secret = ''
access_token = ''
access_token_secret = ''

# Twitter handle of user you want to query
username = 'BarackObama'

# Number of top words to count
top_n_words = 20

# Character filter. Ignore tweets containing the following characters
char_ignore = set('@:#^&;/~`\|1234567890')


Example Output



LamaTweets




ObamaTweets




TrumpTweets

twittertools's People

Contributors

awentland90 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.