lucasveneno / trafficbot

This script generates traffic for websites using a Tor Proxy Pool or any proxy server for which you desire
https://lucasveneno.github.com/trafficbot
MIT License
239 stars 85 forks source link

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

Open developer-devo opened 3 years ago

lucasveneno commented 3 years ago

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

DTOMcubano commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Thanks for getting back to me, you can check out @dannyokec, he is already doing that.

On Sun, 15 May 2022 at 8:18 AM, Lucas Coelho @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/lucasveneno/trafficbot/issues/11#issuecomment-1126876428, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAHBMWIENUZD5GDLZDQY6LVKCQMFANCNFSM5CUA63MA . You are receiving this because you commented.Message ID: @.***>

--

Regards,

KOLAWOLE.

chris1987rob commented 1 year ago

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