memebot

Version, currently master branch1 version
  • master branchlatestSep 11, 2017

github.com/codenoid/Telegram-Bot-Boilerplate

Telegram Bot Boilerplate Written in Crystal

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  memebot:
    github: codenoid/Telegram-Bot-Boilerplate
    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.23.1
License
MIT
Author
Rubi Jihantoro
Target
  • memebot from src/bot.cr

Dependencies

Runtime Dependencies

  • db*github: crystal-lang/crystal-db
  • sqlite3*github: crystal-lang/crystal-sqlite3

README

memebot

Meme bot is Super Blazingly Darn Fast as Light, written in Crystal :p (again)

Installation

  1. git clone https://github.com/codenoid/Telegram-Bot-Boilerplate
  2. cd Telegram-Bot-Boilerplate
  3. crystal build src/memebot.cr
  4. ./memebot

Development

  1. More Feature

Contributing

  1. Fork it ( https://github.com/codenoid/Telegram-Bot-Boilerplate/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