https://github.com/onoderis/viewers-tracker
Simple CLI application which tracks viewers on your twitch channel
https://github.com/onoderis/viewers-tracker
cli twitch
Last synced: 22 minutes ago
JSON representation
Simple CLI application which tracks viewers on your twitch channel
- Host: GitHub
- URL: https://github.com/onoderis/viewers-tracker
- Owner: onoderis
- Created: 2023-02-15T20:09:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T20:14:46.000Z (over 3 years ago)
- Last Synced: 2025-03-02T08:30:54.551Z (over 1 year ago)
- Topics: cli, twitch
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a simple CLI application which tracks viewers on your twitch channel.
Usage:
```
cargo build --release
./target/release/viewers-tracker.exe --channel=forsen
```
Output:
```
2023-02-15 19:35 was here: itsabdu221
2023-02-15 19:35 was here: wace_minduu
2023-02-15 19:36 joined: jendrula3
2023-02-15 19:36 joined: puff0
2023-02-15 19:37 left: joceconc
```
Please take into account that twitch updates viewers list approximately every 2 minutes.