View Single Post
  #191  
Old 07-30-2017, 04:57 AM
gdunc gdunc is offline
Junior Member
 
Join Date: Aug 2015
Posts: 19
gdunc is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


Quote:
Originally Posted by paul45 View Post
Can be show me? in Chaturbate Node inside in main.js wheres the code read username/password and log in.
This line reads the config file:

Code:
var config = yaml.safeLoad(fs.readFileSync('config.yml', 'utf8'));
And then the various parameters are referred to by:

Code:
config.<parameter>
eg.

Code:
      return session.post('https://chaturbate.com/auth/login/', {
        username: config.username,
        password: config.password,
        csrfmiddlewaretoken: csrfToken,
        next: '/'
Quote:
Originally Posted by horacio View Post
We know that chaturbate is 'fast on the trigger' to ban somebody, and I have been convinced by this myself several times.
Often, we are banned from some models. For all these problems is the solution is this chaturbate-anonymous script.
It might be because of something else, I've been running scripts (Python, Javascript, and cmd), for well over a year that login every 33->180 seconds to check Favorites across 4 accounts without a single one being banned.

Or maybe I'm just lucky.
Reply With Quote