All Projects → agalaframework → agala

agalaframework / agala

Licence: other
Full featured messaging bot framework.

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to agala

olx-parser
Looks for new flats in Odessa and notify in the telegram through the bot
Stars: ✭ 39 (-44.29%)
Mutual labels:  telegram-bot
cowin-slot-tracker
Tracker to check the covid shot slot availability in India and send mobile alerts via Telegram Bot.
Stars: ✭ 30 (-57.14%)
Mutual labels:  telegram-bot
genshin task-resin-expedition alert
完全摸了,之后若有需要,请使用下面链接的这个仓库~
Stars: ✭ 91 (+30%)
Mutual labels:  telegram-bot
DailyAnimalsBot
Telegram bot that sends random pictures with cats and dogs
Stars: ✭ 14 (-80%)
Mutual labels:  telegram-bot
PglRobot
No description or website provided.
Stars: ✭ 12 (-82.86%)
Mutual labels:  telegram-bot
telegraf-calendar-telegram
Inline calendar for Telegram bots using Telegraf framework
Stars: ✭ 43 (-38.57%)
Mutual labels:  telegram-bot
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (-21.43%)
Mutual labels:  telegram-bot
tgto
Telegram to RSS bot.
Stars: ✭ 20 (-71.43%)
Mutual labels:  telegram-bot
Telegram-Invite-Users-From-Source-To-Destination-Group
This application invite users in Telegram from a source to destination group.
Stars: ✭ 20 (-71.43%)
Mutual labels:  telegram-bot
kiririn
A serverless Telegram bot.
Stars: ✭ 27 (-61.43%)
Mutual labels:  telegram-bot
Cloud-UPManager-Bot
Telegram Cloud Upload Manager Bot by @AbirHasan2005
Stars: ✭ 46 (-34.29%)
Mutual labels:  telegram-bot
TycotBot
TycotBot
Stars: ✭ 24 (-65.71%)
Mutual labels:  telegram-bot
teleirc
Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group
Stars: ✭ 112 (+60%)
Mutual labels:  telegram-bot
telepush
可一键部署的Vercel Telegram消息推送机器人
Stars: ✭ 24 (-65.71%)
Mutual labels:  telegram-bot
qbittorrent-bot
Telegram bot to mange your qBittorrent torrents
Stars: ✭ 91 (+30%)
Mutual labels:  telegram-bot
Telegram-Music-Bot
A Telegram music catalog bot.
Stars: ✭ 19 (-72.86%)
Mutual labels:  telegram-bot
KazukoBot
An anime themed telegram group management bot based on sqlalchemy database running on python3.
Stars: ✭ 25 (-64.29%)
Mutual labels:  telegram-bot
Telegram-PHP-App
App base for Telegram bots
Stars: ✭ 14 (-80%)
Mutual labels:  telegram-bot
color
A library of well-tested helper methods for working with colors.
Stars: ✭ 13 (-81.43%)
Mutual labels:  hex
Plants-Identification
🌻 Deep learning project of Taiwan plants classification and detection with chatbot implementation
Stars: ✭ 18 (-74.29%)
Mutual labels:  telegram-bot

agala

Hex.pm Hex.pm Hex.pm Travis Inline docs Coverage Status

Full-featured messaging bot framework.

Documentation

All nessesary information, including tutorials, examples, guides and API documentation can be found here.

Installation via Hex

The package is available in Hex, and can be installed as:

  1. Add agala to your list of dependencies in mix.exs:
def deps do
  [{:agala, "~> 3.0"}]
end
  1. Ensure agala is started before your application:
def application do
  [applications: [:agala]]
end

Contributing

  1. Fork it
  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 new Pull Request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].