Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anand2312/utilitybot
A Discord Slash Command based Utility bot.
https://github.com/anand2312/utilitybot
Last synced: about 1 month ago
JSON representation
A Discord Slash Command based Utility bot.
- Host: GitHub
- URL: https://github.com/anand2312/utilitybot
- Owner: anand2312
- Created: 2021-05-03T13:32:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T21:30:50.000Z (3 months ago)
- Last Synced: 2024-08-06T00:33:24.623Z (3 months ago)
- Language: Python
- Size: 206 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utilitybot
[![Lint](https://github.com/anand2312/utilitybot/actions/workflows/lint.yml/badge.svg)](https://github.com/anand2312/utilitybot/actions/workflows/lint.yml)
Just some commands that I like having.
# Requirements
Python 3.8+
Poetry
PostgreSQL# .env example
```
TOKEN=token
COINMARKETCAP_API_KEY=key
DEBUG=true
DB_URI=postgresql://username:pw@localhost:5432/utilitybot
SPOTIFY_CLIENT_ID=id
SPOTIFY_CLIENT_SECRET=secret
```