A discord Rich Presence Client for showing Anime info on your discord profile.
· Download Executable Release ·- Clean UI
- Anime Info on RPC
- Shows Anime Name/Release Date
- A Button Linked To The Anime's Watch Page
- Dynamic Cover Images (Automatically Fetches)
- Scrapes GogoAnime
- Note: Not a feature, There are no ratelimits check, so you are adviced to not update presence too frequently (wait at least ~90 seconds)
The simplest way to install AnimeRPC
is to download the pre-built release (windows only) from here: Download Latest Release.
- Linux/Mac users need to build the binaries themselves, clone the repo, create a virtualenv (recommended but optional), install the requirements. Run the below command to build the binary. The output would be in
dist/
directory. [Optionally, instead of--onefile
flag you can use--onedir
for faster app launch.]
pyinstaller --onefile --noconfirm --console --name AnimeRPC --icon logo.ico rpc.py
- Run the executable or python file, follow the instructions.
Do What The F*ck You Want To, You are free to do anything, just don't eat my brain :)