https://github.com/zachey01/noisyjs
👀 Random internet traffic noise generator.
https://github.com/zachey01/noisyjs
bot privacy traffic-generator traffic-simulation
Last synced: 4 months ago
JSON representation
👀 Random internet traffic noise generator.
- Host: GitHub
- URL: https://github.com/zachey01/noisyjs
- Owner: zachey01
- Created: 2023-07-27T11:35:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:43:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T15:53:02.945Z (about 1 year ago)
- Topics: bot, privacy, traffic-generator, traffic-simulation
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@zachey/noisyjs
- Size: 153 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noisyJS
> Simple random internet traffic generator.
### Installation
```shell
npm install @zachey/noisyjs -g
```
or
1. `git clone https://github.com/zachey01/noisyJS.git`
2. `npm i`
3. `npx noisyjs`
### Usage
`npx @zachey/noisyjs` - run with default config.
`npx @zachey/noisyjs --config yourcfg.json` - run with other config.
#### Example config
```json
{
"root_urls": ["your urls"],
"blacklisted_urls": ["your blacklist"],
"user_agents": ["your user agents"]
}
```