retweet_bot

Version, currently master branch1 version
  • master branchlatestJun 11, 2020

github.com/c910335/retweet-bot

A retweeting bot written in Crystal

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  retweet_bot:
    github: c910335/retweet-bot
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.34.0
License
MIT
Author
Tatsiujin Chin
Target
  • retweet_bot from src/retweet_bot.cr

Dependencies

Runtime Dependencies

  • dotenv~> 0.7.0github: gdotdesign/cr-dotenv
  • twitter-crystal*github: c910335/twitter-crystal, branch: master

README

Retweet Bot

A retweeting bot written in Crystal

Installation

  1. Clone this repository.
$ git clone https://github.com/c910335/retweet-bot
$ cd retweet-bot
  1. Compile it.
$ shards build
  1. 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

  1. Fork it (https://github.com/c910335/retweet_bot/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors