Description
You specify hashtags or users and, optionally, language, and the TwitterMiner module scours twitter's API and saves the matching tweets.
The module defines a new table in your Drupal database named 'twitterminer_tweets' and stores all of the tweets in it.
The point of mining tweets is to make them accessible for long term data analysis. Twitter only makes tweets accessible for one week through their API.
Viewing the Tweets
At the moment, the TwitterMiner module does not display tweets, or facilitate analysis. This module just grabs tweets and puts them in your database. That's it.
For now, the mined tweets can be made accessible to views using the table wizard module.
I have some analysis tools I plan on releasing soon.
This is the very start of the documentation on viewing the tweets. At the moment, all you get is a list of the modules I am using:
Alternative Projects