https://github.com/medjedqt/kiyobot
Kiyohime and shi
https://github.com/medjedqt/kiyobot
bot discord discord-py python python3
Last synced: about 1 year ago
JSON representation
Kiyohime and shi
- Host: GitHub
- URL: https://github.com/medjedqt/kiyobot
- Owner: medjedqt
- License: gpl-3.0
- Created: 2019-12-10T06:35:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T07:34:55.000Z (about 4 years ago)
- Last Synced: 2025-05-12T22:18:27.667Z (about 1 year ago)
- Topics: bot, discord, discord-py, python, python3
- Language: Python
- Homepage:
- Size: 5.9 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# kiyobot
[](https://www.python.org/)
[](https://www.codefactor.io/repository/github/medjedqt/kiyobot)
## Getting Started
To get a local copy up and running follow these simple example steps.
---
### NOTE
It is highly recommended to instead use the template bot in the [template branch](https://github.com/medjedqt/kiyobot/tree/template)
---
### Prerequisites
* [Python 3](https://python.org)
* [Discord bot token](https://discordapp.com/developers/applications)
* [Danbooru account and API key](https://danbooru.donmai.us/profile)
* [Youtube API key](https://cloud.google.com/)
### Installation
1. Clone the repo
```sh
git clone https://github.com/medjedqt/kiyobot.git
```
2. Install pip modules
```sh
pip install -r requirements.txt
```
3. Enter your bot token and danbooru key in `obot.py`
```py
token = 'ENTER YOUR TOKEN'
dbkey = 'YOUR DANBOORU KEY'
dbname = 'YOUR DANBOORU USERNAME'
ytclient = ytapi(api_key='YOUR YOUTUBE API KEY')
```