twitter: api_key: zhRw1kUWmDg87u8irq6khVxBf api_secret: yC05nWBch5BtcdWI69epsL1IUbEJF6kKtUMBHmmTlGJcUSHRre
Notes
- A buffer clone to schedule and posts tweets to twitter.com.
- Ruby on Rails. Frontend UI & Backend.
- Sidekiq for handling background jobs in the redis server.
- Heroku for deployment.
- Twitter API - For interfacing with Twitter.
- Bootstrap for frontend styling.
- postgresql for data storage.
- Basic to intermediate Ruby skills.
- Have Ruby, redis, and postgresql installed locally.
Below are the instructions on how to play the game and also setting it up locally.
- To get a local copy up and running, follow these simple example steps.
git clone https://github.com/Davidhevesi/Scheduled-Tweets.git
bundle install
rails db:create && rails db:migrate
rails start
Open http://localhost:3000 to view it in the browser.
👤 David Hevesi
- Github: davidhevesi
- Twitter: @davidhevesi
- LinkedIn: David Hevesi
Give a ⭐️ if you like this project!
- Chris of GoRails