https://github.com/plippe/ruby-model-fetcher-api
Ruby Model Fetcher Api
https://github.com/plippe/ruby-model-fetcher-api
Last synced: over 1 year ago
JSON representation
Ruby Model Fetcher Api
- Host: GitHub
- URL: https://github.com/plippe/ruby-model-fetcher-api
- Owner: plippe
- License: unlicense
- Created: 2014-07-01T17:59:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T20:47:28.000Z (over 3 years ago)
- Last Synced: 2025-01-17T23:43:58.605Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Ruby Model Fetcher Api
### The environment
- Build and install the models gem.
- Create a database with the content of the resources/create.sql file.
- Update the resources/database.yml file to point to your database.
- Create an application an twitter to receive api keys.
- Update the resources/twitter.yml file with the keys just received.
- Run bundle install to download the dependencies.
### Running the application
- The fetcher populates the database with tweets from the twitter steam.
- The api gives access to those tweets via a restfull API
### Corners cut
- No tests were written, use at your own risk
- Commits were chaotic for fast results
- Database path in resources/database.yml depends where the script is launched