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.
- Host: GitHub
- URL: https://github.com/9dl/welovecounters
- Owner: 9dl
- Created: 2023-11-22T19:02:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T19:06:13.000Z (over 1 year ago)
- Last Synced: 2025-02-07T22:22:07.734Z (3 months ago)
- Topics: booster, counters, profile-counters, spammer
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```