/httpush

Sends frequently http requests to specific news sites

Primary LanguageGo

httpush

Sends http requests frequently to specific news sites.

Uses random User-Agent header.

Usage

Download & run a selected binary according to your operating system

Windows

download Windows_x64

MacOS

download MacOS intel

download MacOS M1

NOTE: Don't forget to add executable permissions (chmod +x FILENAME)

Linux

You know the stuff

Or build by your self

▶ go get -u github.com/jansramek/httpush

Concurrency (optional)

Set the number of threads by the -c flag (default 16):

▶ httpush -c 64

Debug mode (optional)

Set the -d flag for more information:

▶ httpush -d

Feel free to create a pull request with any updates. 🦄