Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Scripting
General Scripting Chat
How to build a chaturbate bot
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Gle ason" data-source="post: 20671" data-attributes="member: 8629"><p>Hello,</p><p></p><p>I've been trying for a while to code a chaturbate viewers bot in python. I was successful and it was preatty easy with selenium headless to generate ~25-50 anonymous viewers, but this approach is not scalable.</p><p></p><p>I was trying to reverse engineer/crack the api calls that chaturbate does in order to record a new viewer. Like copying the cURL request from the network console in chrome and reproducing it in postman. It didn't work. Even exporting all the calls that chaturbatte is making when accessing a model page in to a HAR file and then manually executing that file from python didn't work.</p><p></p><p>They must create some sort of cookie that differentiate each user such that the request cannot be duplicated. I couldn't figure it out. If there's anyone who done this before can you help me with a hint?</p></blockquote><p></p>
[QUOTE="Gle ason, post: 20671, member: 8629"] Hello, I've been trying for a while to code a chaturbate viewers bot in python. I was successful and it was preatty easy with selenium headless to generate ~25-50 anonymous viewers, but this approach is not scalable. I was trying to reverse engineer/crack the api calls that chaturbate does in order to record a new viewer. Like copying the cURL request from the network console in chrome and reproducing it in postman. It didn't work. Even exporting all the calls that chaturbatte is making when accessing a model page in to a HAR file and then manually executing that file from python didn't work. They must create some sort of cookie that differentiate each user such that the request cannot be duplicated. I couldn't figure it out. If there's anyone who done this before can you help me with a hint? [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Scripting
General Scripting Chat
How to build a chaturbate bot
Top