Twitter Intelligence: twitter tracking and analysis without using Twitter API

From securityonline.info

Twitter Intelligence

A project is written in Python to twitter tracking and analysis without using Twitter API.

Database

  • SQLite is used as the database.
  • Tweet data are stored on the Tweet, User, Location, Hashtag, HashtagTweet tables.
  • The database is created automatically.

Read more here