GithubHelp home page GithubHelp logo

coolsvap / twitter-stats Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osas/twitter-stats

0.0 3.0 0.0 140 KB

Python scripting utility to automatically extract Twitter follower stats

Python 100.00%

twitter-stats's Introduction

Setup

  1. Ensure you have Python's package manager "pip" installed

    On Fedora and CentOS, it's in the "python-pip" package.

  2. Install the Python module dependencies using pip

     $ sudo pip install twitter
    
  3. Create the directory for holding the database and config info

     $ mkdir -p ~/.twitter-stats/db
    
  4. Copy and edit the config file

     $ cp config ~/.twitter-stats/
     $ vi ~/.twitter-stats/config
    

    The Twitter authentication info in the config file needs to be updated with your own details. Info for creating your own developer account details are on https://apps.twitter.com.

Setup is now complete.

You can either run the script adhoc, or set it to run in cron.

Accessing the SQL data directly

If you want to access the SQL data directly, you can use either the sqlite3 CLI, or use a GUI tool such as [SQLite Database Browser] (http://sqlitebrowser.org).

twitter-stats's People

Contributors

justinclift avatar

Watchers

James Cloos avatar Swapnil Kulkarni avatar  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.