https://github.com/oleander/aftonbladet-most-read
Most read news from Aftonbladet.se
https://github.com/oleander/aftonbladet-most-read
Last synced: about 1 year ago
JSON representation
Most read news from Aftonbladet.se
- Host: GitHub
- URL: https://github.com/oleander/aftonbladet-most-read
- Owner: oleander
- Created: 2012-01-09T19:46:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T19:42:08.000Z (over 1 year ago)
- Last Synced: 2025-03-14T22:29:39.694Z (over 1 year ago)
- Language: Ruby
- Homepage: https://twitter.com/#!/AftonbladetTopp
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Aftonbladet most read
Live feed available on twitter; [@AftonbladetTopp](https://twitter.com/#!/AftonbladetTopp)
## How to setup
1. Clone project. `git clone git://github.com/oleander/aftonbladet-most-read.git`
2. Install dependencies. `bundle install`
3. Create database. `touch db/database.sqlite3`
4. Migrate database. `bundle exec ruby migrate.rb`
5. Run worker. `bundle exec ruby worker.rb`