An open API service indexing awesome lists of open source software.

https://github.com/9dl/welovecounters

Concurrent requests to a profile counter URL.
https://github.com/9dl/welovecounters

booster counters profile-counters spammer

Last synced: about 2 months ago
JSON representation

Concurrent requests to a profile counter URL.

Awesome Lists containing this project

README

        

# WeLoveCounters <3

## Description

This is a simple Go program that checks the status of a given profile counter URL using concurrent HTTP requests. The program allows you to specify the URL and the number of threads to perform parallel requests.

## How to Use

1. Run the program.
2. Enter the profile counter URL when prompted.
3. Enter the number of threads to perform concurrent requests.
4. The program will output success or failure messages for each request.

## Dependencies

- [valyala/fasthttp](https://github.com/valyala/fasthttp): A fast HTTP implementation for Go.

## Usage

```bash
go run main.go
```