Project

telegrator

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A generator to set up new Telegram bot easily
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.14
~> 5.0
~> 12.0
~> 0.48.1

Runtime

~> 0.20.0
 Project Readme

Telegrator

Installation

Telegrator only comes as a CLI application. To install it run:

$ gem install telegrator

Usage

You can easily set up a new bot project:

$ telegrator new foo_bot

This will generate a skeleton like this:

foo_bot/
|__ app/
    |__ commands/
    |__ keyboards/
    |__ models/
    |__ services/
    |__ workers/
    |__ commands.rb
    |__ keyboards.rb
    |__ models.rb
    |__ services.rb
    |__ workers.rb
|__ bin/
    |__ bot
|__ config/
    |__ boot.rb
    |__ initializers/
        |__ ...
|__ log/
    |__ .keep
|__ Gemfile
|__ Rakefile

Contributing

Bug reports and pull requests are welcome.

License

The gem is available as open source under the terms of the MIT License.