I have a doubt
I used client.sign_in()
When I already have account we pass only OTP and password if needed in this
But if our account not registered then we add. First name and last name also
What if we already have account and passed names in that
Lonami have answered me that the v2 parser isn't ready to use and I should use a custom parser ( And I did, by getting helps from v2 markdown parser codes however😐 ) So I thought that I've coded just trash and spam, not more valuable
Читать полностью…Hello all. When i try create session using ANY type of proxy telegram code is not receiving. But when i try without proxy, its works of course. Why? Do i do some thing wrong?
Читать полностью…eh, it's not that hard on their side to detect the same IP / same api creds, I'd imagine they can easily detect the fact you're using telethon too
Читать полностью…your best bet is just to await response from recover, I don't think spamming their email would help you
Читать полностью…Yeah, the full setup was like that:
1st personal account: premium, 8+ months of usual user activity, 1 active bot (bot api), got banned and then unbanned
2nd personal account: premium, 1-2 days of usual user activity, 1 active bot (bot api), got banned with no responses
Both bots were hosted on the same with userbot machine, userbot wasn’t banned
Yeah, they unbanned 1 of 2 my personal accounts after texting there, but the main account is still banned, so I lost all of my contacts, chats, channels subscriptions and so on, huh
Читать полностью…I have tried 🥲
I used recover@ login@ abuse@ spam@ and maybe some other email addresses
Yeah sure, I just can’t see the pattern. I mean, I can’t understand the exact reason of being banned for spam, and this IP matching is my only idea
Читать полностью…203 cdn means you're doing what you shouldn't afaik, make sure the api id is yours.
Читать полностью…that doesn't exist anymore for unofficial apps, and it was through client.sign_up
and it wouldn't do anything if you passed a name there, because sign_up can only be called when account is unregistered
i forgot to answer you yesterday, when you're sending through raw api, resolving inline mentions needs the client, just replacing client.parse_mode.parse(message)
with await client._parse_message_text(message, 'md')
would do
😐But I used to use parse the unparsed by
message, entities = client.parse_mode.parse(text)
Yeah, of course, but deleting the whole account just by an IP rule sounds ridiculous to be honest
Читать полностью…Yes, correct, I used to host really large bots without any problems in the past, and these spam bans look like a magic to me - cross account limits is the only pattern that I can see now
Читать полностью…stuff's weird. Well, we all know who to blame.
4 years ago rules weren't as strict, to get banned you had to spam, but due to the amount of spammers rules are very strict (and unknown)
yeah that's why I don't use my main accounts in any kind of scripts anymore... Did you have premium on it? iirc premium decreases chances of being banned, I'd assume not to 0
Читать полностью…can't find that email, I may have used some webform or something, found a email I used to recover my account though
recover@telegram.org
(and it was like 3-4 years ago, likelihood of them doing something is less nowdays)
Читать полностью…I had some issues years ago, I assumed they were related to a lot of bots running under my server's IP (mostly usual bot accounts, and a couple of userbots). I wrote them a message stating that I'm experiencing some issues, my IP is xx.xx.xx.xx, I'm a developer and I host bots blah blah blah, they didn't answer but the issue disappeared after a couple of days. Maybe it was a coincidence though
Читать полностью…Telegram does what it wants, it's not like they do it randomly, but it's likely the bans are more frequent after the France stuff. you just mail them. if it was a false positive, it'll be unbanned, otherwise it's intentional, a bot being banned can ban its creator too
Читать полностью…So do you think that the following scenario is realistic?
1. They have noticed a lot of reading operations from an IP
2. They have matched my second (personal) account and applied spam limits even without any direct violations just by IP?
In short, my case is the following: userbot and bot works from the same machine, and got personal account owning bot banned, userbot isn’t banned
Or where else can I discuss this problem? Telegram support isn’t responsive at all
Thanks
@disk6969