Похожие чаты

Import telethon from telethon.tl.functions.messages import GetMessagesViewsRequest from telethon import TelegramClient # Remember to

use your own
api_id = my id here
api_hash = hash here
client = TelegramClient('anon', api_id, api_hash)
y = str(input("Enter A Channels Link: "))
async def main():
channel = await client.get_entity(y)
msg_ids = await client.get_messages(channel, limit=1)
await client(GetMessagesViewsRequest(
peer=channel,
id=msg_ids,
increment=True,
))
with client:
client.loop.run_until_complete(main())

Now what's the error here?

60 ответов

125 просмотров

id=msg_ids[0].id

Why my account got deleted just for logging in to telethon? Isn't telethon library safe?

Tron Mate | Owner
Why my account got deleted just for logging in to ...

@admin Please Reply Asap So That I Shall Continue My Developments

Tron Mate | Owner
@admin Please Reply Asap So That I Shall Continue ...

Reported Tron Mate | Owner [5265085769] to admins.​​​​​​​​​​​​​​​​​​​​​

Iɴᴅʀᴀᴊɪᴛʜ • 🇮🇳 •
Stop tagging admins

Yeah but I haven't done anything wrong to abuse or spam anyone. Just logged in and tried viewing a message using telethon, it's my first development in telethon, and it banned my account.. will this happen again? ...

Iɴᴅʀᴀᴊɪᴛʜ • 🇮🇳 •
2nd

:) god mode inderect answers 🤞

Iɴᴅʀᴀᴊɪᴛʜ • 🇮🇳 •
2nd

import telethon from telethon.tl.functions.messages import GetMessagesViewsRequest from telethon import TelegramClient # Remember to use your own values api_id = myid api_hash = 'myhash' client = TelegramClient('anon', api_id, api_hash) y = str(input("Enter A Channels Link: ")) async def main(): channel = await client.get_entity(y) msg_ids = await client.get_messages(channel, limit=1) await client(GetMessagesViewsRequest( peer=channel, id=msg_ids[0].id, increment=True, )) with client: client.loop.run_until_complete(main())

Tron Mate | Owner
Got some error again

Please resolve this before my account gets a ban . 🙏

!Pine Apple ❂ Pizza
id=[msg_ids[0].id]

Thanks it shows no error, but didn't increase even 1 view

Mohammad Sharif
Why are you using the view again?

Sorry, I cannot get what u mean, could u pls breif a little?

Tron Mate | Owner
Sorry, I cannot get what u mean, could u pls breif...

I meant what your target is ... Using this view script?

Tron Mate | Owner
Sorry, I cannot get what u mean, could u pls breif...

This script enables to view the post using the account you are using.. You won't get unlimited views out of it 😅.

Mohammad Sharif
This script enables to view the post using the acc...

And even there's a note: don't run this loop many times a day. It won't increase your view count. Use it twice a day . Why there's a need to use it twice a day just for 1 view 😕

Mohammad Sharif
Maybe people try to do it again and again

https://docs.telethon.dev/en/stable/examples/chats-and-channels.html?highlight=increase%20post%20view%20s#increasing-view-count-in-a-channel Please read this once again, it's said it will increase view count, even the title says the same

Tron Mate | Owner
https://docs.telethon.dev/en/stable/examples/chats...

That would be spamming..with fake views.. Why would @lonami do that 🤨.

Mohammad Sharif
That would be spamming..with fake views.. Why wou...

Not spamming just using it ourselves. We aren't hurting anyone

Tron Mate | Owner
Thanks it shows no error, but didn't increase even...

Don't depend on clients to check views, they have cache and don't update immediately. print it. async def main(): channel = await client.get_entity(y) msg_ids = (await client.get_messages(channel, limit=1))[0] print(msg_ids.views) await client(GetMessagesViewsRequest( peer=channel, id=[msg_ids.id], increment=True, )) print( ( await client.get_messages( msg_ids.input_chat, ids=msg_ids.id)).views ) with client: client.loop.run_until_complete(main())

!Pine Apple ❂ Pizza
Don't depend on clients to check views, they have ...

He is thinking he can get unlimited views out of it..😅.

!Pine Apple ❂ Pizza
Don't depend on clients to check views, they have ...

Can't I get more views as mentioned in the docs? If not y did telethon docs waste my time, by including a fake doc

Tron Mate | Owner
Yes ...

then what's the problem mate ?

­ Jãїиãм
then what's the problem mate ?

He is thinking he can get unlimited views with using one account using this script 🤪

Mohammad Sharif
He is thinking he can get unlimited views with usi...

https://t.me/TelethonChat/491793 he already knows it that he can't :(

­ Jãїиãм
then what's the problem mate ?

It's mentioned, using it continuosly, won't increase views forever, unless u wait a day between each iteration

­ Jãїиãм
so why did you wasted your time ?

Expected to get unlimited views. He didn't understand it correctly

­ Jãїиãм
so why did you wasted your time ?

So if I leave a gap between two iteration s, it will increase views right?

­ Jãїиãм
yes if gap > 24+hours

I'm going to try , proxychains and tor . And let me also try setting increment = 400 or should I only use Boolean?

Tron Mate | Owner
I'm going to try , proxychains and tor . And let m...

You can't. it's 1 every 24. and proxy is useless, Telegram uses account phone number for identification. not ip

!Pine Apple ❂ Pizza
You can't. it's 1 every 24. and proxy is useless, ...

If we can give 1 every day for the same post, why can't we do it on the same day? On the same second?

Tron Mate | Owner
I beleive nothing is impossible

If you are prodigious of some sort or determined enough then yes by getting numerous accounts. otherwise you will just gaslight yourself, it's naive to think everything is possible. give up and do something more useful in your day. you can't win against Telegram server devs.

!Pine Apple ❂ Pizza
If you are prodigious of some sort or determined e...

But how come some scripts that could give fake views without user login, just by using proxies and telethon. Before 3-4 years. I mean bot views

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Карта сайта