All Projects → odysseusmax → calculator-bot

odysseusmax / calculator-bot

Licence: other
Simple Serverless Telegram Bot on vercel.com

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to calculator-bot

Music-downloader-bot
A telegram bot that can send you high-quality audio 🎧🎧🎧
Stars: ✭ 35 (-20.45%)
Mutual labels:  python-telegram-bot
manuarora.in
🙌🏻 Personal website built using Next.js & TailwindCSS.
Stars: ✭ 53 (+20.45%)
Mutual labels:  vercel
Aya
your globally distributed waifu storage
Stars: ✭ 32 (-27.27%)
Mutual labels:  vercel
TheRealPhoenixBot
A group management bot written in python3 using the python-telegram-bot library.
Stars: ✭ 59 (+34.09%)
Mutual labels:  python-telegram-bot
raspberry pi home security system
Home monitoring system with a Raspberry Pi and sending notifications with a Telegram bot
Stars: ✭ 14 (-68.18%)
Mutual labels:  python-telegram-bot
blog
My personal blog.
Stars: ✭ 13 (-70.45%)
Mutual labels:  vercel
greed
A customizable, multilanguage Telegram shop bot with Telegram Payments support
Stars: ✭ 268 (+509.09%)
Mutual labels:  python-telegram-bot
amazin
A MERN-stack app for eCommerce platform, Webshop, Web Store. Storybook: https://www.amazin.one/ Alternative: https://ntrix.github.io/amazin-story
Stars: ✭ 27 (-38.64%)
Mutual labels:  vercel
bifrost
🌉 The rainbow bridge. URL shortener for Vercel.
Stars: ✭ 28 (-36.36%)
Mutual labels:  vercel
datasette-publish-vercel
Datasette plugin for publishing data using Vercel
Stars: ✭ 30 (-31.82%)
Mutual labels:  vercel
PDF-Bot
A bot for PDF for doing Many Things....
Stars: ✭ 38 (-13.64%)
Mutual labels:  python-telegram-bot
nebula8
Open source bot to administer a telegram group with different functionalities and blacklist
Stars: ✭ 21 (-52.27%)
Mutual labels:  python-telegram-bot
BroadcastBot
A simple Telegram bot that can broadcast messages and media to the bot subscribers. with mongo DB support
Stars: ✭ 73 (+65.91%)
Mutual labels:  python-telegram-bot
EPUB-to-PDF
Telegram bot EPUB to PDF converter
Stars: ✭ 25 (-43.18%)
Mutual labels:  python-telegram-bot
hidethisbot
An inline Telegram bot to keep your private messages hidden from prying eyes.
Stars: ✭ 44 (+0%)
Mutual labels:  python-telegram-bot
Windows-Python-RAT
A New Microsoft Windows Remote Administrator Tool [RAT] with Python by Sir.4m1R.
Stars: ✭ 70 (+59.09%)
Mutual labels:  python-telegram-bot
python-telegram-bot-seed
Skeleton project for implementing bots in Python using the module python-telegram-bot
Stars: ✭ 25 (-43.18%)
Mutual labels:  python-telegram-bot
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (+70.45%)
Mutual labels:  vercel
next-banner
🖼️ Generate Open Graph images for Next.js on build
Stars: ✭ 45 (+2.27%)
Mutual labels:  vercel
website
My personal website.
Stars: ✭ 29 (-34.09%)
Mutual labels:  vercel

Calculator Bot

Example of Python Serverless Telegram bot to be used with https://vercel.com

Steps

Add env variable to vercel.com

Add your telegram bot token as BOT_TOKEN variable

Register webhook

curl "https://api.telegram.org/bot<BOT_TOKEN>/setWebhook?url=https://your-project-name.vercel.app/api/webhook/"
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].