Telegram Script

andrewh2024

Registered Member
Joined
Jul 2, 2024
Messages
52
Reaction score
10
Hey guys.
I need a script to scrape over 700 Telegram users from my profile inbox, and send them messages from a new account. My current script only retrieves user IDs, phone numbers(if available), and usernames (if available). However, I can't message the users who haven't shared their phone numbers or usernames. Do you have a solution for this?
 
There are lots of script on GitHub that can do the work.
Yes i know but i couldn't find a specific script that can message them based on their user_id, or maybe there is another solution?
 
Yes i know but i couldn't find a specific script that can message them based on their user_id, or maybe there is another solution?
Currently, I am learning about the Telegram API and Telethon so that I can help you to develop a free script that can send a message to a specific user using their ID.
 
Thank you but i don't think it's technically possible.
 
You can use smart technology to look up and learn more about this
 
I don't really know what is that? Can you elaborate?
 
or they have an username or you cant. And you need to be aware of the floodwait. After you text 5-10 people Telegram antispam system will flag you and limit you.
Thank you for the advice. Should i text 4 users and then wait 0.5h and then text another 4 users? What is the optimal way to do this?
 
Thank you for the advice. Should i text 4 users and then wait 0.5h and then text another 4 users? What is the optimal way to do this?
I don't know. I havent been doing it for a long time. Youi should just test. Try to not send the exact same messagge to everyone, and see how many people you can text without getting reported by someone or flagged by the antispam system.

Be aware of people trying to sell absurd software or things like that, they will give you something that isnt working
 
You can use chatgpt. I used chatgpt to help me write scripts in Python. I mainly used it to process video and forwarding between telegrams.
 
Thank you but i don't think it's technically possible.
Technically speaking, it is possible to send messages using a user ID, but you also need an access hash. The main problem is that the access hash is different for each account for the same user. This means that if you scrape a user from account one, you can only send a message with account one because the access hash will change for a different account.
 
Back
Top