This project is a twitter bot developed in ruby language. The bot @ruby_benifits publishes benefits of ruby language on a certain interval. Read the project requirements here
To get a local copy up and running follow these simple example steps.
- You should have installed git and ruby environment installed on your local machine.
- Twitter Developer account with API keys. Raise request
- Get API keys from https://emoji-api.com/
- Clone the repository into your local machine.
- intall all the dependencies using
bundle install
- Rename .env-template file in bin directory to .env and provide your api keys.
- Run
main.rb
in bin directory.
- Ruby
- Twitter API
- Emoji-API
Clone or fork the repository.
Execute main.rb
file
Shabab Ali
Github: @alishabab
Twitter: @shabab_ali
Linkedin: https://www.linkedin.com/in/shababali/
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Give a ⭐️ if you like this project!