Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gedankenstuecke/twitter_backup
small rails-project to store, visualize and search my tweets
https://github.com/gedankenstuecke/twitter_backup
Last synced: 8 days ago
JSON representation
small rails-project to store, visualize and search my tweets
- Host: GitHub
- URL: https://github.com/gedankenstuecke/twitter_backup
- Owner: gedankenstuecke
- Created: 2012-03-27T19:59:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-17T08:50:29.000Z (almost 13 years ago)
- Last Synced: 2024-11-13T14:25:23.378Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 502 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
A simple rails project to grab all your tweets, store them at your end, visualize who you talk to and who you retweet etc. It also visualizes which places you frequently visit while tweeting from there.
# Configuration
1. clone the repository
2. create a file called twitter_credentials_.json in the root folder of the application and enter it according to the twitter_credentials_.json.example
3. migrate the database
4. start to populate the database with your tweets. You can use rake tweets:get for this. Currently there is no automatic behind it, so make sure you start a cronjob for this.
5. you might have to run rake sunspot:solr:run to enable solr-searching. The indexing is already implemented, but a search-function isn't.
6. Have fun# Dependencies & APIs used.
1. Solr using [*Sunspot*](http://sunspot.github.com/)
2. [*Google Chart Tools*](http://code.google.com/apis/chart/)
3. [*Google Maps API*](https://developers.google.com/maps/) (requires API key)
4. [*Heatmap.js*](http://www.patrick-wied.at/static/heatmapjs/)# Example
An example deployment can be found at [*The Phylomemetic Tree*](http://phylomemetic-tree.de/twitter)