Crates.io | npmcheater |
lib.rs | npmcheater |
version | 0.3.12 |
source | src |
created_at | 2023-12-01 20:42:25.843162 |
updated_at | 2024-01-13 01:20:36.591791 |
description | Artificially bump the downloads of an npm package. |
homepage | https://github.com/DaBigBlob/npmcheater |
repository | https://github.com/DaBigBlob/npmcheater |
max_upload_size | |
id | 1055637 |
size | 801,617 |
Perfectly emulates npm and "installs" the specified packages to bump the download count.
NOTE: This project is for educational purposes only. Please do not abuse a benevolent service such as npmjs.
Have Cargo Installed.
# have cargo installed
cargo install npmcheater
Have Cargo Installed.
# have git installed
git clone https://github.com/DaBigBlob/npmcheater.git
cd npmcheater
#have cargo installed
cargo build --release
./target/release/npmcheater
# do whatever you will ^this binary
Usage: npmcheater [OPTIONS]
Options:
-s, --silent No output
-p, --packages <PACKAGES> Packages to bump downloads of
-m, --max-sleep-mili <DELAY> Maximum delay between two fetches in miliseconds
-h, --help Print help
-V, --version Print version
Environment Variables:
RUST_LOG Log level
user@host ~# npmcheater -p libsql -p base64-js -p discord.js -m 5000