Metadata-Version: 2.1
Name: Red-Web-Dashboard
Version: 1.5.3
Summary: An easy-to-use interactive web Dashboard to control your Red bot!
Home-page: https://github.com/AAA3A-AAA3A/Red-Dashboard
Author: Neuro Assassin & AAA3A
License: AGPL-3.0
Project-URL: Third Party Discord Server, https://discord.gg/red-cog-support-240154543684321280
Project-URL: Documentation, https://red-web-dashboard.readthedocs.io/en/latest/
Project-URL: Donate on Buy Me a Coffee, https://www.buymeacoffee.com/aaa3a
Project-URL: Source Code, https://github.com/AAA3A-AAA3A/Red-Dashboard
Project-URL: Red Source Code, https://github.com/Cog-Creators/Red-DiscordBot
Project-URL: Red Discord Server, https://discord.gg/red
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Requires-Python: >=3.8.1
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE
Requires-Dist: flask[async]
Requires-Dist: waitress
Requires-Dist: websocket-client
Requires-Dist: Flask-Babel
Requires-Dist: pygments
Requires-Dist: PyJWT
Requires-Dist: flask-login
Requires-Dist: flask-wtf
Requires-Dist: WTForms
Requires-Dist: python-Levenshtein
Requires-Dist: fernet
Requires-Dist: rich
Requires-Dist: rapidfuzz
Requires-Dist: fuzzywuzzy
Requires-Dist: aiohttp
Requires-Dist: django-user-agents
Requires-Dist: Flask-Bootstrap
Requires-Dist: markdown
Requires-Dist: bleach
Requires-Dist: flask-moment
Requires-Dist: flask-talisman
Requires-Dist: flask-sitemapper
Provides-Extra: docs
Requires-Dist: Sphinx ==4.4.0 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ==1.0.0 ; extra == 'docs'
Requires-Dist: sphinx-prompt ==1.5.0 ; extra == 'docs'
Provides-Extra: style
Requires-Dist: black ==19.10b0 ; extra == 'style'

# Red-Dashboard (Fork of Neuro's Dashboard)
An easy-to-use interactive web Dashboard to control your Red-DiscordBot instance! Thank you very much to Neuro for the initial work!

## Overview
This project is an easy-to-use interactive web Dashboard to control your Red-DiscordBot instance, allowing for easier customization of settings and more interactive plugins to develop and get your bot ready for production. Using Discord Open Authentication, users will log into the Dashboard using their Discord account, ensuring that all users are only allowed to customize and view settings that they are explicitly given permission to control, providing a safe and secure experience for all users.

## Installation
To get started on setting up your Dashboard for your Red bot, please follow the installation instructions that can be found [here](https://red-web-dashboard.readthedocs.io/en/latest).

This project is supported on Windows, Mac OS X and Linux distributions, however is recommended on Linux distributions for security reasons. Support is not given for setting up your domain for your Dashboard other than any guides given for such, and contributors to the source code are not responsible for any security issues that arise as a result of not securely setting up the software.

## Support
If you wish to use this program and receive support for it, you must also give feedback and report any bugs you encounter. You can ask in the #support_aaa3a-cogs channel in the [cogs support server](https://discord.gg/GET4DVk).

## Legal
Red-Dashboard for Red-DiscordBot is released under [Affero General Public License v3](https://github.com/AAA3A-AAA3A/Red-Dashboard/blob/main/LICENSE).

For details about how this project manages your privacy, please review the following documents. By using this program, you acknowledge that you have read these documents and consent to having your data used in the ways described in such documents.
- [Cookie Policy](https://github.com/AAA3A-AAA3A/Red-Dashboard/blob/main/documents/Cookie%20Policy.md)
- [Privacy Policy](https://github.com/AAA3A-AAA3A/Red-Dashboard/blob/main/documents/Privacy%20Policy.md)
- [Third Parties Disclaimer](https://github.com/AAA3A-AAA3A/Red-Dashboard/blob/main/documents/Third%20Parties%20Disclaimer.md)

## Credits
I would like to thank the following, for all the contributions they have made that helped this become what it is today.
* Neuro Assassin, for its great initial work!
* TrustyJAID for its OAuth basic integration for third parties.
* Cog Creators, for making such an amazing bot.
* All the people who tested the Dashboard, and gave feedback.
* AppSeed & Creative Tim, for creating a template that I use as the base for the Dashboard.
