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
- Host: GitHub
- URL: https://github.com/diath/autoreiv
- Owner: diath
- License: mit
- Created: 2016-02-04T22:26:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T17:05:36.000Z (over 7 years ago)
- Last Synced: 2025-01-12T10:14:35.807Z (4 months ago)
- Topics: bot, discord, python, utility
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
* wolframalphaThe 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.pyLicense
=======This software is licensed under the MIT license. See the [license file](LICENSE.md) for more details.