Telegram Auto Sender

Real Human?

Newbie
Joined
Jun 7, 2022
Messages
27
Reaction score
10
Is it possible to make a script, in Tampermonkey preferably to automatically send messages on Telegram from supplied list with delay?

Example:

Message 1
Message 2
Message 3

[delay 30 seconds]

Message 4
Message 5
Message 6

Sorry if this is the wrong place to post this question.
 
You can, yes. Provided you are doing this from the telegram website and the messages are defined.
 
What he meant was it is possible if
1. You are working with web.telegram.org
2. Messages are pre defined (basically you hard code them in the script) .
Thank you for the response.. What programming languages do I need to learn in order to create such script? and is it worth learning or should I just have someone make it for me?
 
Thank you for the response.. What programming languages do I need to learn in order to create such script? and is it worth learning or should I just have someone make it for me?
you will only one programming language, there are a lot of options but I would recommend
python or javascript
is it worth learning or should I just have someone make it for me?
depends do you need it in a few days or few weeks or few months? If you need it in a few days better hire someone to make it for you
 
You need JavaScript for that if you want it via web.telegram.org

It can be predefined list or a file...

Dont bother learning it. Such a script cost you like 50-100$ maybe. Its fairly straightforward
 
Is it possible to make a script, in Tampermonkey preferably to automatically send messages on Telegram from supplied list with delay?
It is possible.
You have to learn basically html, css, javascript
Or this is good mode.
depends do you need it in a few days or few weeks or few months? If you need it in a few days better hire someone to make it for you

You can ask this job from any job site or I can make it :)
It's simple
To use convenient, make a chrome extension.
cheers!
 
You need JavaScript for that if you want it via web.telegram.org

It can be predefined list or a file...

Dont bother learning it. Such a script cost you like 50-100$ maybe. Its fairly straightforward
Honestly I am gonna learn it myself... I have a lot of projects similar to this one on many different websites, it will be costly for me to hire someone each time + im not on a rush so it'll be a nice journey.. Thanks for you contribution.
 
It is possible.
You have to learn basically html, css, javascript
Or this is good mode.


You can ask this job from any job site or I can make it :)
It's simple
To use convenient, make a chrome extension.
cheers!
Thank you very much.. If I ever give up on my learning plan I will consider your offering stay safe.
 
Honestly I am gonna learn it myself... I have a lot of projects similar to this one on many different websites, it will be costly for me to hire someone each time + im not on a rush so it'll be a nice journey.. Thanks for you contribution.
nice decision m8, GL for the programming journey ;)
 
If you haven't found a solution, create a bot with the botfather. Connect the bot you created to your software by examining the telegram API. The bot will do everything for you.

https://core.telegram.org/api
 
Back
Top