Retweet Bot
A retweeting bot written in Crystal
Installation
- 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
Usage
Just run it.
$ bin/retweet_bot
Start tracking tweets from @screen_name_1, @screen_name_2.
Contributing
- 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
Contributors
- Tatsiujin Chin - creator and maintainer