An open API service indexing awesome lists of open source software.

https://github.com/diath/autoreiv

Discord bot
https://github.com/diath/autoreiv

bot discord python utility

Last synced: 2 months ago
JSON representation

Discord bot

Awesome Lists containing this project

README

        

AutoReiv
========

AutoReiv is a utility bot for Discord written in Python with the help of the [discord.py](https://github.com/Rapptz/discord.py) library.

Requirements
============

AutoReiv requires Python 3.4.2+ to run as well as a set of the following Python libraries:

* discord.py
* beautifulsoup4
* requests
* wikipedia
* wolframalpha

The requirements can be installed with ``pip install -r requirements.txt`` command from the root repository directory.

Installing
==========

* git clone https://github.com/diath/AutoReiv
* cd AutoReiv
* cp autoreiv/config.sample.py autoreiv/config.py
* $EDITOR autoreiv/config.py
* pip install -r requirements.txt
* python run.py

License
=======

This software is licensed under the MIT license. See the [license file](LICENSE.md) for more details.