Possible to making telegram bot for interacting to smart contract? - web3py

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?

Related

Telegram Bot for ZAMMAD

Good day
What is the best solution to get telegram bot to pull a newly created tickets info from zammad with zammads webhook, we even tried make dot com but that solution is still not giving clarity as how to pull/get info from the webhook.
Thank you in advance

Advices for the construction of a Telegram bot

This question is about finding some ideas in order to implement a sort of publisher-subscriber service via a Telegram bot. Have a look here:
Let's say I have an API in a self hosted Raspberry PI, and I want to add a modern interface in order to present that API produced data via a Telegram Bot. In this way, people can subscribe to my bot and receiving real-time updates (for instance if the API is about weather, clients can know updated weather forecast).
I have some experience with Python programming, so let me know if it is possible to implement this kind of service with the tools I have at my disposal.
Thank you.

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.

How make spam throw telegram?

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

How to build a kik bot?

Are there any apis or sdk available for creating a 1:1 conversation bot for kik messenger?
I want to find a way with the help of which I can send and receive messages from kik.
https://dev.kik.com/ should let you create your bot and use the APIs
BotMill.io (https://github.com/BotMill/kik-botmill) is a Java library for creating ChatBots on Kik. You can check it out and see if it'll work for you.