Bot Telegram
Hi i want to ask if is possible to deploy a telegram bot in railway, because i read that mirrors/userbot can't be deployed. So i am confused
12 Replies
Project ID:
N/A
Bots are different from UserBots, if it uses an API/Framework like https://grammy.dev/ then its a Bot
grammY
The Telegram Bot Framework.
it depends, does your bot use the bot token from bot father, and does your bot do anything against tos? dmca, youtube downloader, etc
yep, basically u can differ from one to the other if it uses a token to login
it uses de token from bot father
does the bot itself also use all official apis? nothing like free gpt or anything of that sort
does it web scrape? that generally wouldn’t be allowed
it just uses beautiful soup and selenium because it provides information about the weather and needs to see it in a web
ooh i understand
then that would be a big grey area and i would strongly advice you not to run that on railway, there are many many good weather apis
ok, thanks you
there are big positives for using an api, no external chrome dependency, faster, less prone to errors, etc
heres an api that comes to mind
https://openweathermap.org/api
thank you so much
no problem! 🙂