Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How many requests can be sent using this bot ? Does it depend on the cron that is set ? #11

Open
developer-devo opened this issue Aug 23, 2021 · 7 comments
Labels
question Further information is requested

Comments

@developer-devo
Copy link

developer-devo commented Aug 23, 2021

No description provided.

@lucasveneno
Copy link
Owner

lucasveneno commented Aug 24, 2021

Sure! You can send unlimited requests, it depends on your server configuration; memory, CPU, proxies..

@lucasveneno lucasveneno added the question Further information is requested label Aug 24, 2021
@DTOMcubano
Copy link

Sorry I am really new around here, Already delpoyed and working fine with this config :
Basic usage with Xvfb enabled and proxy disabled (IP of the server)

But when trynig this one
Normal usage with environment variables and Xvfb enabled

I get 'ERR_PROXY_CONNECTION_FAILED'

What am I doin wrong ?

@lucasveneno
Copy link
Owner

Sorry I am really new around here, Already delpoyed and working fine with this config :
Basic usage with Xvfb enabled and proxy disabled (IP of the server)

But when trynig this one
Normal usage with environment variables and Xvfb enabled

I get 'ERR_PROXY_CONNECTION_FAILED'

What am I doin wrong ?

The connection with the proxy server is failing, that's why you getting this error when you run the bot. You must set a valid proxy address or remove it:

Please tryna run without the proxy
xvfb-run --auto-servernum --server-num=1 --server-args="-screen 0 1024x768x24" node --harmony index.js --url https://ppplayer.com/ --windows 1 --time 2

or with a valid proxy server address (127.0.0.1 = this is your local ip)
xvfb-run --auto-servernum --server-num=1 --server-args="-screen 0 1024x768x24" node --harmony index.js --url https://ppplayer.com/ --proxy 127.0.0.1 --port 8080 --windows 1 --time 2

If you wanna know more about the proxy server, or how to run it, please go to:
https://github.com/lucasveneno/trafficbot#step-6-run-the-proxy-server

@MrHackmed
Copy link

Great job you doing Lucas. I was able to set this up and it's going well, However, I want to know, can you include a script that clicks ads at random?

@lucasveneno
Copy link
Owner

Great job you doing Lucas. I was able to set this up and it's going well, However, I want to know, can you include a script that clicks ads at random?

Sounds good! I'm already working on something like that

@MrHackmed
Copy link

MrHackmed commented May 15, 2022 via email

@chris1987rob
Copy link

is there any information where i can find out how to run the scripts all i can do so far is connect to the website using curl after setting up tor from docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants