https://github.com/lazorfuzz/solomanbot
Built in Python with asyncio.
https://github.com/lazorfuzz/solomanbot
Last synced: 10 months ago
JSON representation
Built in Python with asyncio.
- Host: GitHub
- URL: https://github.com/lazorfuzz/solomanbot
- Owner: lazorfuzz
- Created: 2019-09-09T15:47:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:36:34.000Z (over 5 years ago)
- Last Synced: 2025-01-24T15:08:38.222Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solomanbot
[](https://www.python.org/) [](https://travis-ci.com/lazorfuzz/solomanbot)
Built with asyncio. The bot currently only dispenses memes and says hi, but more functionality is planned. This is a learning project to gain familiarity with Python 3's async/await syntax and to do IO asynchronously like in Node.js.
## Getting Started
Rename `.env.example` to `.env` and edit the environment variables. Then, install the requirements and run the bot
```
pip3 install -r requirements.txt
python3 bot.py
```
## Running Tests
```
python3 tests.py
```
## Docs
Can be found here.
To update docs.md, install pydocmd and run the gendocs script
```
pip3 install pydoc-markdown
./gendocs
```
## Python Version
The minimum Python version required for this bot is 3.6.