albertowesker92
Newbie
- Jan 6, 2024
- 12
- 3
Hello , i’m new on community , I want to find telegram bot for automation tools like mass dm , Mass accounts creators (plus)
See this could be the cheapest way to do it according to me.Hello , i’m new on community , I want to find telegram bot for automation tools like mass dm , Mass accounts creators (plus)
https://web.telegram.org/k/
https://github.com/search?q=telegram%20mass%20dm&type=repositoriesHey man! Thanks for your answer! Do you try the bot of GitHub? I want to use it but I don’t know if is still workingSee this could be the cheapest way to do it according to me.
In short - A bot based on your need
In summary -
Bot should have two sections account creation and mass DM
Now, let's understand how to create both.
Use Python and Selenium and try signing up on Telegram. For SMS code use an SMS API. There are many SMS API stores with numbers from 100s of countries. It's not that hard to do this as all you have to do is get the API code and then type it on Telegram.
This is the telegram URL that allows you to sign from PC -Code:https://web.telegram.org/k/
After this, for mass DM, there are many pre-made scripts. Usually, these scripts work like this -
1. Add all the numbers at once using codes as you add them on some app or site
2. Then select the number of messages and the type of messages you want to send then obviously run it
Their process - they send 5-10 messages from each number using telegram api a very easy process tbh.
Based upon your need you can find a mass DM script here on GitHub -https://github.com/search?q=telegram%20mass%20dm&type=repositories
Integrating both of them to work will be something new but will save you a lot of time.
For example, you give 1000 numbers and then 100,000 messages as input. For numbers, you just use the SMS API and for messages, you just paste them into a text file. Then it can do the rest of the work according to me that will be an ideal script.
One more thing, You need to scrape users from groups or channels to send messages for which a script will be required you can again look at GitHub or other places.
I mean that's all I can tell based upon your question.
Using the sms api, doesn’t telegram unlink an account from the phone number if that number is used to register/verify another telegram account? That means in a day or 2 all the created telegram accounts start to die off.See this could be the cheapest way to do it according to me.
In short - A bot based on your need
In summary -
Bot should have two sections account creation and mass DM
Now, let's understand how to create both.
Use Python and Selenium and try signing up on Telegram. For SMS code use an SMS API. There are many SMS API stores with numbers from 100s of countries. It's not that hard to do this as all you have to do is get the API code and then type it on Telegram.
This is the telegram URL that allows you to sign from PC -Code:https://web.telegram.org/k/
After this, for mass DM, there are many pre-made scripts. Usually, these scripts work like this -
1. Add all the numbers at once using codes as you add them on some app or site
2. Then select the number of messages and the type of messages you want to send then obviously run it
Their process - they send 5-10 messages from each number using telegram api a very easy process tbh.
Based upon your need you can find a mass DM script here on GitHub -https://github.com/search?q=telegram%20mass%20dm&type=repositories
Integrating both of them to work will be something new but will save you a lot of time.
For example, you give 1000 numbers and then 100,000 messages as input. For numbers, you just use the SMS API and for messages, you just paste them into a text file. Then it can do the rest of the work according to me that will be an ideal script.
One more thing, You need to scrape users from groups or channels to send messages for which a script will be required you can again look at GitHub or other places.
I mean that's all I can tell based upon your question.
I’m interested to know the outcome of this experiment as well.Hey man! Thanks for your answer! Do you try the bot of GitHub? I want to use it but I don’t know if is still working
I'm looking for an automation that can mass message & have 100's of accounts to manage with proxies.Hello , i’m new on community , I want to find telegram bot for automation tools like mass dm , Mass accounts creators (plus)