Metadata-Version: 2.1
Name: quotly
Version: 0.1.0
Summary: A quoting bot for the "Discord Hack Week"
Home-page: https://github.com/Schrotty/quotly
Author: Schrotty
Author-email: rubenmaurer@live.de
License: MIT
Keywords: discord discord-bot
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: discord.py

# Quotly

A quoting bot for 'Discord Hack Week'.


## Install & Usage

Using pip:

    pip install quotly

To start quoty:

    python -m quotly

## Commands

Add new quote:

    !quotly-add "<quote>" <list-of-targets>


Get random quote:

    !quotly-get <list-of-targets>

Targets are a list of names which are connected to the given quote. Like the author or someone mentioned in the quote.

Right now the quotes are stored in a text file.

## Planned Features
* Store quotes in database
* Mention discord users in quote
* Command for getting a specific quote

