Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firehead90544/animerpc
A discord Rich Presence Client for showing Anime info on your discord profile.
https://github.com/firehead90544/animerpc
anime animes discord discordrichpresence gogoanime richpresence rpc
Last synced: about 1 month ago
JSON representation
A discord Rich Presence Client for showing Anime info on your discord profile.
- Host: GitHub
- URL: https://github.com/firehead90544/animerpc
- Owner: FireHead90544
- License: wtfpl
- Created: 2022-08-22T17:09:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T18:00:41.000Z (over 2 years ago)
- Last Synced: 2024-11-06T05:34:59.702Z (3 months ago)
- Topics: anime, animes, discord, discordrichpresence, gogoanime, richpresence, rpc
- Language: Python
- Homepage:
- Size: 290 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AnimeRPC
A discord Rich Presence Client for showing Anime info on your discord profile.
· Download Executable Release ·
### Features
- 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)**### Installation
The simplest way to install `AnimeRPC` is to download the pre-built release (windows only) from here: [Download Latest Release](https://github.com/FireHead90544/AnimeRPC/releases/latest).
- 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.]
```console
pyinstaller --onefile --noconfirm --console --name AnimeRPC --icon logo.ico rpc.py
```### Screenshots/Usage
- Run the executable or python file, follow the instructions.![AnimeRPC](https://user-images.githubusercontent.com/55452780/185986480-56a87fc2-380d-455d-a32c-d6398ab7e9cf.png)
### License
[Do What The F\*ck You Want To](https://github.com/FireHead90544/AnimeRPC/blob/main/LICENSE), You are free to do anything, just don't eat my brain :)