26995
Welcome to Bot Talk! 😌 Be nice 🗣 Please use English so everyone can participate 🤖 Keep the topic on bot development ⚠️ Keep media posts like GIFs and stickers to a minimum ❌ Don't add bots to the chat More info - https://t.me/BotTalk/110874
Oh i see you can set it directly by clicking on it what’s the issue?
Читать полностью…
Like I want something which works without credit card
Читать полностью…
There is also Koyeb, if you're in US or other regions it might work fast. if you're in Asian regions it might be slower
Читать полностью…
Optiklink,Heroku Free plan(requires cc), Bot Hosting(watch ads for coins),
Railway(doesn't work free plan for everyone)
i did go with bot Hosting or Optiklink,you can also run on serverless but without middleware rate limit it will treat each request as functions so not suitable for large
Can you suggest some alternatives which can run a bot 24/7 in free plan except render?
Читать полностью…
to be honest, peoples here are so much tired of new devs so doesn't give them the beginner guide.
you can simply use the guide links in pinned messages.
and about notifications,
When you create a telegram bot in botfather there is a button called BOT TOKEN click that and store it somewhere,
now create a endpoint(webhook) to receive messages from telegram.
and deploy this endpoint on servers
once you get the url add the endpoint url as webhook for the bot using CURL(chatgpt can show example)
then all the messages received to bot will be sent to the webhook you set.
Hi everyone. Was wondering: if I have a bot that collects stats for digital goods, is there some good automated flow to withdraw the stars without needing to manually do so via the telegram app?
Читать полностью…
Do note that bot can't see other bot messages. So it can't moderate other bots messages eg. Deleting specific ads messages that other bot is sending
Читать полностью…
Hi, I suggest you to read pinned message
This group admin and other people already organized properly guide for someone to get started with their preferred coding language
durov be enslopifying telegram these days ✌️
Читать полностью…
Method: SetChatMemberTag
Use this method to set a tag for a regular member in a group or a supergroup. The bot must be an administrator in the chat for this to work and must have the CanManageTags administrator right.
Parameters:
- chatId : Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
- userId : Unique identifier of the target user
- tag : New tag for the member; 0-16 characters, emoji are not allowed (optional)
...
,render + uptime pinger will work perfectly if there is no large memory requirements...
koyeb requires a credit card ig...
you can check free-stuff(dot)dev for free items.
Читать полностью…
umm
is there any noSQL database alternative of firebase with no read/write limits? free!!
heroku, just run my app...
these will work.
but for me the setup is a little bit difficult🤧
u can use render + an uptime pinger like uptime robot to run it 24/7 without sleep.
there are alternatives to render,
however as long as the bandwidth issue occurs from your server every Platform will feel hell.
so,check all endpoints,there might be some kind of catching or storing all chats in server side etc.
5:53PM now already 5:57PM here , but status still to be sent
Читать полностью…
umm
I have deployed my bot on render
and using its free tier.
but it repeatedly hits the 100GB bandwidth /month limit.
is there any way that I can reduce it?
is there any other free option better than render?
like my bot runs long quizzes and other long time background processes.
what will be the ideal free!! hosting platform for me?
dumb question: a forward creates an index to original file or a new file? Was doing tests with personal account (not bot) and found ambiguous results.
Читать полностью…
(I personally wish I knew about this group way back in 2020)
Читать полностью…
How can I create bot
And bot can do anything in a group
I want to remove a user from my group and I only have his unique Id ( no username)
How can I do that???
/ban unique_id
This command is giving a response:
Looks like I don't have control over that user, or the ID isn't a valid one. If you reply to one of their messages, I'll be able to interact with them.
How can I do then?
Let's call the code (the factory). When I run the factory, three buttons appear, and each button has a name (for example, the first button is called Rock Paper Scissors), and the second button is (XO). If I create an agent and choose Rock Paper in the factory, can I choose XO in the agent?
Читать полностью…