Skip to content

adibsev/webvisitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Traffic HTTP

For sended traffic website on bot telegram with proxies/non-proxies

Console

⚒️ Command Management Access

The following is cmd management in bot :

CMD Information
/send_visitor url bot delay example : /send_visitor http://websitetarget.com 100 5
/stop_visitor stop process bot
/getproxy viewing proxy list
/setproxy user:pass@ip:port or ip:port adding new proxy
/removeproxy user:pass@ip:port or ip:port remove proxy
/getreferers view referers list
/setreferer http://example.com set host referer
/removerefer http://example.com remove host referer

Console

⚠️ Warning

  • must use http:// like /send_visitor http://target.com 10 5

🆕 Update Version

  • Version 4.0.0 (29/11/2023) Update running scripted without proxies

  • Version 3.3.4 (20/11/2023) Fix bug send http:// error

  • Version 3.3.2 (18/11/2023) Added a proxy to support use with username and password, or without username and password, like user:pass@ip:port and ip:port

📋 Requirements

apt-get update -y && apt-get upgrade -y
apt install nodejs git npm yarn
npm install node-telegram-bot-api axios-https-proxy-fix fs yarn

🚀 Run this bot

  • Prepare youre API Token telegram.
git clone https://github.com/bovalonee/webvisitor.git
cd webvisitor
set your api token in config.js

set your proxy in proxy.txt and 

set host referer in referers.txt
  • run bot
yarn start
  • run on background
npm install pm2
  • and run
npx pm2 start main.js
  • for stop
npx pm2 stop main.js

📢 Information

get bug? open an issue and we will fix it asap soon as possible.

Use as necessary, take your own risk!

📝 License

Licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors