How make spam throw telegram? - telegram-bot

How make bot useing telegram? I know than open source of telegram open source now. (https://core.telegram.org/api)
Any idea please.

You can't spam with telegram bots as after x requests You'll get a too many requests error. If you want to create a telegram bot you'll have to learn a programming language first

Related

Telegram bot: uploading new features without rebooting bot

I have telegram bot written in Python with lot's of users. The question is: when I do some changes (for example adding new inline buttons to bot) all users need to reset it or to use '/start' command. How to make this process hidden, not to ask all users do it? Maybe there is a variant, when bot restarts itself by schedule? Every suggestion will be really valuable for me....

Possible to making telegram bot for interacting to smart contract?

If possible please give me an example of the script, I have searched but only found a telegram bot that can only read the blockchain
Maybe can use web3py?

How to connect two telegram bots between each other?

I'm new in telegram bots and I wanted that one bot sends messages to a chat and another bot reads the messages, filters it and sends filtered messages to me.
I read related articles here, but I haven't found any appropriate solution.
I read that it isn't possible to create transfering messages between two bots because one can't see messages from another.
But still I haven't found final answer here.
Can you help me, is it possible or not?
And if it's possible, how to connect one bot to another?
You can't do that or rather you're not allowed to. Because it will create an infinite loop between both the bots.
To avoid that Telegram bot has some restrictions.
It can't reach to someone unless they have messaged the bot previously. So, theoretically it is impossible.

Telegram bot for arXiv

I was wondering if there exists any Telegram bot that sends me arXiv articles everyday?
I looked up the internet but I couldn't find. I need it since it's basically hard to browse arXiv everyday and read new articles. I am not sure if here is the best place to ask this question. So sorry if I am wrong. Thanks.
Yes. There are some Telegram bots for arXiv. The one candidate for what you're looking for is #dailyarXiv_bot that sends you submitted articles everyday. Another famous option is #ArXivBot. Another bot that I've just recently seen is arXiv_kitten.

Servicenow integration with Telegram messenger

Can anyone suggest me that,is it possible to create service now incident ticket using Telegram message.
Is there any documentation available to integrate servicenow bot in telegram for this purpose.
Thanks in advance.
Jup this should definitely be possible, I never tried writing a Telegram Bot but I'm sure you are able to handle REST/SOAP and that's how you would create an Incident. As of documentation for Service-Now you should look into JSONv2 or Table API. Apparently as I said I don't have that much of a clue how Telegram Bots are working. I would suggest that you have a look at the FAQ.