diff --git a/.gitignore b/.gitignore index 8a8a656..881a3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ config.toml cookies.json dist/ +.DS_Store diff --git a/README.md b/README.md index e9255e5..a7ec7c5 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,39 @@ > Based on : https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2 -> Clanker disclosure : ALL of the code is GPT 5.5 generated ( reviewed ) +> Clanker disclosure : ALL of the code is GPT 5.5 generated A cli only lightweight Twitch channel points miner. -Needs config at working directory +### Installing + +Install from aur ``` +paru -S parasocial +yay -S parasocial +``` + +Or download a binary from releases. + +### Config + +Needs a `config.toml` at working directory with following shape +```toml streamers = [ "streamer1", "streamer2" ] ``` + +The cli does not have a daemon mode, intended usage is with screen as following +```bash +screen -S parasocial # to create a session +parasocial # to start +# Ctrl a then d to detach +screen -r parasocial # to reattach +``` + +Usage: Arrow keys to move, q to quit. + +### Screens + +![](screens/screen1.png) +![](screens/screen2.png) +![](screens/screen3.png) diff --git a/screens/screen1.png b/screens/screen1.png new file mode 100644 index 0000000..adb29f4 Binary files /dev/null and b/screens/screen1.png differ diff --git a/screens/screen2.png b/screens/screen2.png new file mode 100644 index 0000000..2d0c911 Binary files /dev/null and b/screens/screen2.png differ diff --git a/screens/screen3.png b/screens/screen3.png new file mode 100644 index 0000000..20d141d Binary files /dev/null and b/screens/screen3.png differ