Wraient / curd

Watch anime in cli with Anilist Integration and Discord RPC
GNU General Public License v3.0
37 stars 2 forks source link
anilist anilist-api anime anime-scraper cli discord filler golang intro outro recap skip stream

Curd

A cli application to stream anime with Anilist integration and Discord RPC written in golang. Works on Windows and Linux

Demo Video

https://github.com/user-attachments/assets/376e7580-b1af-40ee-82c3-154191f75b79

Features

Installing and Setup

Linux

Arch Linux / Manjaro (AUR-based systems) Using Yay ``` yay -Sy curd ``` or using Paru: ``` paru -Sy curd ``` Or manually: ``` git clone https://aur.archlinux.org/curd.git cd curd makepkg -si ```
Debian / Ubuntu (and derivatives) ``` sudo apt update sudo apt install mpv curl curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd sudo mv curd /usr/local/bin/ curd ```
Fedora ``` sudo dnf update sudo dnf install mpv curl curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd sudo mv curd /usr/local/bin/ curd ```
openSUSE ``` sudo zypper refresh sudo zypper install mpv curl curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd sudo mv curd /usr/local/bin/ curd ```
Other Linux Distributions (Generic Instructions) ``` # Install mpv and curl curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd sudo mv curd /usr/local/bin/ curd ```
Uninstallation ``` sudo rm /usr/local/bin/curd ``` For AUR-based distributions: ``` yay -R curd ```

Windows Installer

Usage

Description Command
Watching new anime curd -new
Watch dub curd -dub
Watch sub curd -sub
Update the script curd -u
Edit config file curd -e
Continue last watching anime curd -c
Help curd -help

Script is made in a way that you use it for one session of watching.

You can quit it anytime and the resume time would be saved in the history file

more settings can be found at config file. config file is located at ~/.config/curd/curd.conf

Dependencies

API Used

Credits