Skip to content

a prove-of-concept py-cord bot with a dashboard (using flask)

License

Notifications You must be signed in to change notification settings

OFF-CORD/dashboard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOT WITH DASHBOARD EXAMPLE
---

a prove-of-concept on how to use py-cord with flask to make a discord bot with a barebones dashboard implementation

-
INSTALLATION
---

clone and then setup your `.env` file based on the `.env.example` file, after that you will need to follow those steps to get it running

* (OPTIONAL) create a new virtual environment:
    `python -m venv venv` and then source via `source venv/bin/activate`
* install requirements:
    `pip install -r ./requirements.txt`
* run everything:
    `python main.py`

-
NOTICE(s)
---

1. i don't have any intentions to develop, fix nor add features to this project since it serves as a prove-of-concept and nothing more other than that.
2. THIS PROJECT IS NOT DESIGNED FOR PRODUCTION USAGE AND IT DOES NOT IMPLEMENT ANY SECURETY FEATURE OTHER THAN BASIC OAUTH2.
3. this project is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. see the GNU Affero General Public License for more details.

About

a prove-of-concept py-cord bot with a dashboard (using flask)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published