Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zachey01/noisyjs
👀 Random internet traffic noise generator.
https://github.com/zachey01/noisyjs
bot privacy traffic-generator traffic-simulation
Last synced: 6 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:43:39.000Z (3 months ago)
- Last Synced: 2024-11-10T01:55:51.466Z (9 days ago)
- Topics: bot, privacy, traffic-generator, traffic-simulation
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@zachey/noisyjs
- Size: 153 KB
- Stars: 3
- 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"]
}
```