Sha256: f68666ee33f37f5f89d82200fd0a3ae0cdf0588875e956a5089b3a7287fbd68d
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# TelegramNotifications TelegramNotifications enables your Rails app to send notifications/messages to your users via Telegram's Bot API ## Installation Add this line to your application's Gemfile: ```ruby gem 'telegram_notifications' ``` And then execute: $ bundle Or install it yourself as: $ gem install telegram_notifications ## Usage TelegramNotifications uses a telegram_users table to store all users. To generate and run the migration just use. rails generate telegram_notifications:migration This will also generate a config file in ```config/initializers/telegram_notifications.rb```,model "telegram_user.rb" and "" . ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/hbasheer/telegram_notifications. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram_notifications-0.0.1 | README.md |