A
A
Alexey Mikhalev2020-10-23 01:56:09
Qiwi
Alexey Mikhalev, 2020-10-23 01:56:09

How to bind QIWI to telegram bot?

Greetings. There is a bot and a qiwi wallet. The task is to make the bot send messages when the wallet is replenished. Advise an article where you can read about this and tell me which library is better to use? Very grateful)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dasha Tsiklauri, 2020-10-23
@dasha_programmist

read the API doc for Qiwi events, register a webhook.
Qiwi sends notifications to your server, after processing the request from Qiwi, you send a message to the chat using any bot for the bot. This is the most primitive.
At high loads of millions of requests per second, you can use a message broker to decouple the direct impact of the hook handler on the telegram bot :D

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question