A retweeting bot written in Crystal
- Clone this repository.
$ git clone https://github.com/c910335/retweet-bot
$ cd retweet-bot- Compile it.
$ shards build- Edit the configuration files.
$ cp .env.sample .env
$ cp config.sample.yml config.yml
$ vim .env
$ vim config.yml
Just run it.
$ bin/retweet_bot
Start tracking tweets from @screen_name_1, @screen_name_2.- Fork it (https://github.com/c910335/retweet_bot/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- Tatsiujin Chin - creator and maintainer