All Projects → aahnik → webhook-aiogram-heroku

aahnik / webhook-aiogram-heroku

Licence: Unlicense License
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to webhook-aiogram-heroku

Botserver
http://telegram.org Bot API Webhooks Framework, for Rubyists
Stars: ✭ 125 (+247.22%)
Mutual labels:  telegram, telegram-bot, webhook, telegram-bot-api
Telegram
Telegram Bot API Wrapper for Scala
Stars: ✭ 310 (+761.11%)
Mutual labels:  telegram, telegram-bot, webhook, telegram-bot-api
Bot Api Base
Clear and simple Telegram bot API
Stars: ✭ 122 (+238.89%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Teledart
A Dart library interfacing with the latest Telegram Bot API.
Stars: ✭ 142 (+294.44%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
tgcf
The ultimate tool to automate custom telegram message forwarding. Live-syncer, Auto-poster, backup-bot, cloner, chat-forwarder, duplicator, ... Call it whatever you like! tgcf can fulfill your custom needs.
Stars: ✭ 378 (+950%)
Mutual labels:  telegram-bot, aahnik, aahnik-daw
Integram
Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
Stars: ✭ 1,365 (+3691.67%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Vk To Telegram Bot
Bot for auto-reposting posts from VK to Telegram channel
Stars: ✭ 103 (+186.11%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+5355.56%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+358.33%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Rastreiobot
Telegram Bot @RastreioBot
Stars: ✭ 196 (+444.44%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Telegrambots
Java library to create bots using Telegram Bots API
Stars: ✭ 2,728 (+7477.78%)
Mutual labels:  telegram, telegram-bot, webhook
Telebot.nim
Async client for Telegram Bot API in pure Nim [Bot API 5.1]
Stars: ✭ 93 (+158.33%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Libtelegram
Fast, efficient, header-only C++ Telegram bot API library using polling or FastCGI
Stars: ✭ 88 (+144.44%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Zanzara
Asynchronous PHP Telegram Bot Framework built on top of ReactPHP
Stars: ✭ 107 (+197.22%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Telegram Spring Boot Starter
Telegram Bot API Spring Boot Starter
Stars: ✭ 79 (+119.44%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Telebot
The easy way to write Telegram bots in Node.js
Stars: ✭ 1,096 (+2944.44%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+583.33%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Bot Telegram
Exemplo de como criar um BOT para o melhor app de mensagens do mundo: Telegram.
Stars: ✭ 53 (+47.22%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
University News Notifier
📚 University news notifier
Stars: ✭ 56 (+55.56%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+6044.44%)
Mutual labels:  telegram, telegram-bot, telegram-bot-api

webhook-aiogram-heroku

Generic badge  MIT license telegram-chat

A simple telegram echo bot made with aiogram, that fetches updates using web-hook connection.

Deploy

This bot can be easily deployed to Heroku cloud platform.

The following steps assume that you have Heroku CLI installed in your system.

  1. Clone the repo and move into the project directory.
git clone https://github.com/aahnik/webhook-aiogram-heroku.git
cd webhook-aiogram-heroku
  1. Create a new Heroku app.
heroku create
  1. Set the Config Vars.
👉 Click here to know more
Config Var Description
HEROKU_APP_NAME name of your Heroku app. You may set it manually or turn on Dyno Metadata feature which is currently in Heroku Labs.
BOT_TOKEN the token for your bot given by @BotFather after bot creation.
heroku labs:enable runtime-dyno-metadata
heroku config:set BOT_TOKEN=<your token>
  1. Push the code to Heroku.
git push heroku main

Cheers

To confirm your bot is working:

  • Run heroku ps which will show you details of your dyno.

  • Send a message to your bot, and your bot will echo it back to you.

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].