Quote:
Originally Posted by paul45
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:
eg.
Code:
return session.post('https://chaturbate.com/auth/login/', {
username: config.username,
password: config.password,
csrfmiddlewaretoken: csrfToken,
next: '/'
Quote:
Originally Posted by horacio
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.
