Metadata-Version: 2.0
Name: Cipher-Bot
Version: 0.3.0
Summary: A multi-platform chat bot framework.
Home-page: https://github.com/johnlage/Cipher
Author: John Lage
Author-email: me@johnlage.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Requires-Python: ~=3.6
Requires-Dist: bottom
Requires-Dist: aiotg
Requires-Dist: discord.py
Requires-Dist: click
Requires-Dist: daiquiri
Requires-Dist: yarl (<1.0)

========
Overview
========



A multi-platform chat bot framework.

* Free software: Apache Software License 2.0

Installation
============

::

    pip install Cipher-Bot


Changelog
=========

0.3.0 (Unreleased)
------------------

* Core: Log to File (configurable in the config)
* Core: Better Configuration System
* TG: Automatic Reconnects
* All: Reorganize Modules into Packages
* All: Improve setup.py/other packaging stuff.

0.2.1 (2017-12-28)
------------------

* All: PM Support
* IRC: Server Password Support
* TG: Handle Replies/Forwards/etc

0.2.0 (2017-10-08)
------------------

* Core: Command Line Interface
* Core: Automatic Hastebin Functionality
* Core: Basic Logging

0.1.0 (2017-06-11)
------------------

* All: First release on git.
* All: Add discord/IRC/TG support.


