Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yordadev/yorviewer
Yorviewer is a simple view bot that utilizes proxies and incognito.
https://github.com/yordadev/yorviewer
bot nodejs puppeteer
Last synced: 14 days ago
JSON representation
Yorviewer is a simple view bot that utilizes proxies and incognito.
- Host: GitHub
- URL: https://github.com/yordadev/yorviewer
- Owner: yordadev
- Created: 2020-11-05T20:31:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T20:36:21.000Z (about 4 years ago)
- Last Synced: 2024-11-11T21:42:45.734Z (2 months ago)
- Topics: bot, nodejs, puppeteer
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Yorviewer
Yorviewer is a view bot that utilizes proxies and incognito. This was a simple experiment to see how certain websites deal with bot traffic. The bot utilizes puppeteer to open a randomly sized window and then scroll at a randomly selected pace to the bottom of the page, then close the incognito.
Disclaimer: Check ToS of the website before running bot, this was made for educational purposes only.
## Usage
Fill in the proxies array. If you do not have any proxy servers, you can find free ones here.
`https://free-proxy-list.net`
If a proxy stops working, the try catch will console.log the bad proxy for you to remove from your array.
```sh
node app.js [link] [number of individual \"users\"]
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.