Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vidhanio/ninja-kiwi-archive-rich-presence
A rich presence for the Ninja Kiwi Archive on Steam!
https://github.com/vidhanio/ninja-kiwi-archive-rich-presence
bloons bloons-monkey-city bloons-td-5 bloons-td-battles bloons-tower-defense btd btd5 btdb ninja-kiwi ninja-kiwi-archive sas
Last synced: 21 days ago
JSON representation
A rich presence for the Ninja Kiwi Archive on Steam!
- Host: GitHub
- URL: https://github.com/vidhanio/ninja-kiwi-archive-rich-presence
- Owner: vidhanio
- Created: 2020-07-09T12:59:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T21:47:39.000Z (over 3 years ago)
- Last Synced: 2023-03-03T22:04:33.348Z (almost 2 years ago)
- Topics: bloons, bloons-monkey-city, bloons-td-5, bloons-td-battles, bloons-tower-defense, btd, btd5, btdb, ninja-kiwi, ninja-kiwi-archive, sas
- Language: Python
- Homepage:
- Size: 24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ninja Kiwi Archive Rich Presence
[![pypresence](https://img.shields.io/badge/using-pypresence-00bb88.svg?style=for-the-badge&logo=discord&logoWidth=20)](https://github.com/qwertyquerty/pypresence)
## Installation
First, clone the repository.
```cmd
git clone https://www.github.com/yolodude25/ninja-kiwi-archive-rich-presence
```Then, install the required modules.
```cmd
cd ninja-kiwi-archive-rich-presence
``````cmd
pip install -r requirements.txt
```## Config
The [config](config.ini.example) allows you to change what is displayed on your rich presence.
### Available Values
- `{game_hf}`: Name of game (e.g. "Bloons TD 5")
- `{version_hf}`: Image key of game. (e.g. "bloonstd5")
- `{icon}`: Image key of Ninja Kiwi Archive Icon.## Usage
Make a copy of [`config.ini.example`](config.ini.example) and remove the `.example`, then [edit it](#config) if you want.
Run `presence.py`.