subscribestar
Subscribestar extractor
Summary
| Latest Version | 1.2.2 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:21 |
Tags
Authors
- Thiago Navarro
Installation
nimble install subscribestar
choosenim install subscribestar
git clone https://github.com/thisago/subscribestar
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| subscribestar | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.4 | No |
| useragent | - | No |
| util | - | No |
Source
| Repository | https://github.com/thisago/subscribestar |
|---|---|
| Homepage | https://github.com/thisago/subscribestar |
| Registry Source | nimble_official |
README
Subscribestar extractor
A script to extract the Subscribestar content
Usage
import std/json
import pkg/subscribestar
let star = extractStar("starname", "cookies here")
echo pretty %*star
License
MIT