10206
This group is for questions, answers and discussions around the python-telegram-bot library. Off-topic group: @pythontelegrambottalk | Website: https://python-telegram-bot.org
I mean thats true, but people usually arent reading whatever popup they see. They just click yes through everything.
Читать полностью…
webapp cant know your phone number as far as i can see, only your ID and other public data
Читать полностью…
when you click on button telegram explicitly asks if you are sure you want bot to know your phone number
Читать полностью…
hmm, i dont see relevant api for that though...
Читать полностью…
https://core.telegram.org/bots/webapps#initializing-mini-apps
Читать полностью…
Can someone explain how these mini apps actually work? 🤔
I've seen a lot of them bait people with 18+ content and random links. When you tap one, it opens a Telegram Mini App, and then it asks you to log in to your Telegram account by entering an OTP, pretending it's just an "I'm not a robot" verification.
Like... how are they even able to access our phone numbers or Telegram login in the first place? That's the part I don't get.
I'd really appreciate it if someone could break down how this method works so people can stay aware and avoid getting their Telegram accounts hacked. Stay safe, y'all. 🙏
I was just wondering if anyone knows how much resources is needed for such usage.
Читать полностью…
How much server resources are needed to handle 8,000 users in a day?
Читать полностью…
Can a bot know which user is its owner, as in the person who created it though botfather?
Читать полностью…
Which vps provides unmetered bandwidth and port speed more than 1gpps and cheap price
Читать полностью…
If your thesis is right (blocked by ISP) you should not see the 200 response or you should see error log messages.
Читать полностью…
Indeed, but just for debug only, you can run directly the python process and monitor for a day or two
Читать полностью…
Especially considering that according to this guy its for 18+ content, people arent really thinking clearly when hrony
Читать полностью…
there are certain leaked dbs floating around connected to tg acc
Читать полностью…
Yep, got it now. Makes sense how it all works, fr. Thanks for explaining! 👍
Читать полностью…
I did encounter a webapp bot which did get my phone number without prompting..
Читать полностью…
Phone number can be requested from user through buttons, and telegram passes through user id and similar stuff to webapp through JS API.
Читать полностью…
It's not going to be 8000 users, but that's the maximum possible if everyone has the occasion to use the bot (which they won't). and even then, it's only storing data for the staff and locations.
Читать полностью…
I moved this discussion to the off-topic group.
Читать полностью…
The DPI is 50/50. Sometimes it decides to block stuff, sometimes it doesnt.
Читать полностью…
if it will have problems there i will run it with logging.DEBUG and see what happens then
Читать полностью…
I see systemd services in my nightmares. No, I haven't tried that yet. Trying to run on a different server in a less strict network environment (a VPS in Germany instead of my file server in Russia). Also the network mode was set to host so docker shouldn't have used any virtual interfaces.
Читать полностью…