https://github.com/ranile/ticket-manager
https://github.com/ranile/ticket-manager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranile/ticket-manager
- Owner: ranile
- Created: 2019-10-23T13:57:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T14:03:34.000Z (over 5 years ago)
- Last Synced: 2025-01-17T02:42:08.078Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ticket-manager
Discord bot for managing tickets built with [discord.py](https://github.com/Rapptz/discord.py). It uses cloud firestore for database with cloud functions
## Setup instructions:
1. Install dependencies using pip. You can use requirements.txt file for it
2. Set environment variables for `BOT_TOKEN` with your token and `FUNCTIONS_URL` with the url to your cloud functions.