Avoid telegram account ban for telethon message transfer

Kalux35

Newbie
Joined
Apr 16, 2024
Messages
3
Reaction score
0
Hello, I have a problem, I have a python script allowing me to transfer messages from an announcement channel to one of my telegram groups.

However, the announcement channel doesn't belong to me. The script works very well, I tested it with my personal account which is at least 3 years old.

To avoid using my personal account to transfer messages from the channel to my group, I first subscribed to a voip number to create a telegram account dedicated to these transfers. This account was banned in less than 2 hours.

I then used a classic number I had on hand to create a new telegram account, which was also quickly banned as soon as I launched my python script.

How can I use my script without risking getting banned? Should I use my personal account? Won't it get banned too?

Should I subscribe to telegram premium to reduce the chances of getting banned?

Thank you in advance for your invaluable help!
 
I also tried to send a message using telethon.
The script ran fine on my account for about a day, but then it suddenly got suspended.
I tried several times, but the result is the same.
 
Fresh accounts and immediate use of Telethon, and creating your own API_ID & API_HASH after registration, is really bad practice.
If your personal account is aged you'll probably not get banned for a simple usage like that.
Telegram premium has no impact over this, what you want is basic aged accounts.

same for you

I made countless of posts about telegram and ban rates, check them out as well, although they aren't really related to small usage like yours. Just buy 1 or 2 aged accounts and you'll be done.
I purchased and tested an aged Telegram TDATA account from BHW.
I was banned after about 12-24 hours.
 
Back
Top