M
M
Maxim Knyazev2021-06-08 02:44:00
Python
Maxim Knyazev, 2021-06-08 02:44:00

How to make a chat bot with virtual mail?

I came across such a chat bot as Drop mail bot. He makes virtual mail and letters come there. Since it's free, it's not hard to do. How can it be done?60beaf2ade5fe729359099.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Dubovskoy, 2021-06-08
@dubovskoi_kot

It's just a bot. Which API receives data from the mail service. When you contact the bot, a request is made to the mail service, the service issues mail, and then you use it. It will be problematic to write such a service without any programming knowledge.

S
soremix, 2021-06-08
@SoreMix

Since it's free, it's not difficult to do

Habr and all its subdomains can also be used for free.
In fact, this is a bot from dropmail itself, or third-party developers that work on their API.
Depending on what you want to do, if you just want a bot that will work using an existing service, then you need to look for what services are there, 10minutesmail, tempmail, etc., and see if they have an API. tempmail, for example, works through the Rapid API and gives 100 requests per day for free: https://rapidapi.com/Privatix/api/temp-mail/pricing
If you create your own temporary mail service in principle, then it will be much more difficult

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question