All Projects → Borodutch → telegram-bot-starter

Borodutch / telegram-bot-starter

Licence: MIT license
Telegram bot starter based on grammY

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to telegram-bot-starter

tele-vdo-rider
Telegram bot to convert online videos to audio (mp3)
Stars: ✭ 17 (-90.61%)
Mutual labels:  telegram-bot
telegram-bot-amazon
Telegram bot to replace Amazon affiliate tags in links
Stars: ✭ 25 (-86.19%)
Mutual labels:  telegram-bot
Sophie
New repo - https://gitlab.com/SophieBot/sophie
Stars: ✭ 28 (-84.53%)
Mutual labels:  telegram-bot
trackrBot
A chatbot that helps you set price alerts for your amazon products.
Stars: ✭ 18 (-90.06%)
Mutual labels:  telegram-bot
nosticker bot
Bot that fights telegram stickers
Stars: ✭ 18 (-90.06%)
Mutual labels:  telegram-bot
skype-to-telegram
Skype to Telegram bot, for receive your message from skype in telegram
Stars: ✭ 14 (-92.27%)
Mutual labels:  telegram-bot
RAM-UBOT
USERBOT TELEGRAM BUAT SENENG-SENENG AJA BLOK!
Stars: ✭ 69 (-61.88%)
Mutual labels:  telegram-bot
sozdik-bot
🇰🇿🇷🇺 Telegram and Messenger bot for Sozdik, a Russian to Kazakh dictionary
Stars: ✭ 13 (-92.82%)
Mutual labels:  telegram-bot
telegram-bot-rpi-camera
Telegram bot for capturing images with Raspberry Pi camera module
Stars: ✭ 13 (-92.82%)
Mutual labels:  telegram-bot
Anjani
🤖 Telegram group management bot with spam protection
Stars: ✭ 45 (-75.14%)
Mutual labels:  telegram-bot
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+29.83%)
Mutual labels:  telegram-bot
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (-89.5%)
Mutual labels:  telegram-bot
Youtube-Downloader-Bot
Youtube Downloader Telegram Bot 😉
Stars: ✭ 269 (+48.62%)
Mutual labels:  telegram-bot
smsq
Receive your SMS messages in Telegram
Stars: ✭ 48 (-73.48%)
Mutual labels:  telegram-bot
john feedbackbot
A simple feedback bot with message response support
Stars: ✭ 22 (-87.85%)
Mutual labels:  telegram-bot
BTB-manager-telegram
A feature packed but easy-to-use Telegram bot for remotely managing Binance Trade Bot instances
Stars: ✭ 337 (+86.19%)
Mutual labels:  telegram-bot
yt2audiobot
Telegram bot for converting YouTube videos to mp3
Stars: ✭ 26 (-85.64%)
Mutual labels:  telegram-bot
Google Translater V2
Google Translater v2
Stars: ✭ 30 (-83.43%)
Mutual labels:  telegram-bot
ultimate-poll-bot
💡 The ultimate vote and poll bot for creating, sharing and evaluating polls inside of Telegram
Stars: ✭ 109 (-39.78%)
Mutual labels:  telegram-bot
atlink
🔗 A telegram bot that turns @ links into instagram links both in private chats and groups. Source code for: https://youtu.be/jhFsFZXZbu4
Stars: ✭ 44 (-75.69%)
Mutual labels:  telegram-bot

Telegram bot starter based on grammY

Please, enjoy this starter template for Telegram bots based on grammY. It includes most common middlewares, MongoDB integration, language picker and internationalization and shows basic encapsulation techniques used by me.

Installation and local launch

  1. Clone this repo: git clone https://github.com/Borodutch/telegram-bot-starter
  2. Launch the mongo database locally
  3. Create .env with the environment variables listed below
  4. Run yarn in the root folder
  5. Run yarn develop

And you should be good to go! Feel free to fork and submit pull requests. Thanks!

Environment variables

  • TOKEN — Telegram bot token
  • MONGO — URL of the mongo database

Also, please, consider looking at .env.sample.

License

MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!

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