Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I can't find a solution for a telegram bot to sending images on a chanel With text works fine , but what is the logic scritp to sending images ? base64 format make me confuse .
Example : I want to send via telegram a screenshot .
Thank you in advance ,
@ovidiumihai , http://community.bablosoft.com//topic/12373/отправка-фото-в-телеграм
@Roy-Mustang 839ee6e6-f3d1-4cb7-adec-8fdbb56769d8-image.png
thanks for helping me, can you provide a screenshot in using http/xml example, i have tried but it doesn't work, thanks
@mmarcelini25 said in How good are BAS's anti bot detection mechanisms?:
What other factors need to be taken into account?
Something to be located between the chair and the monitor 😄.
It's tricky. What solved it for me was:
Screenshot in Base64 of the web;
Write it to disk
Post https://api.telegram.org/botXXXXXXXXXXX:SECRET/sendPhoto
Post using the postdata constructor as example: -- "chat_id",{{chatId}},"photo","file://" + {{Image folder location}} + "screenshot.png"
use multipart content type
Here is a topic of my service = https://community.bablosoft.com/topic/25168/generate-thousands-of-twitch-tv-accounts-pogreator-twitch-aio-0-00-zero-investment/9?_=1692414038364
It includes basically anything that you need to get started on ttv botting platform
Export g sheet to suitable format - csv for example. Than import csv file to database.