https://github.com/xnyo/circlezbot
https://github.com/xnyo/circlezbot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xnyo/circlezbot
- Owner: xnyo
- License: agpl-3.0
- Created: 2017-06-24T11:18:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T17:19:58.000Z (over 8 years ago)
- Last Synced: 2025-05-19T18:48:52.362Z (5 months ago)
- Language: Python
- Size: 911 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## circlezbot
### Requirements
- Python 3.6
- A MySQL Server### Setting up
```
$ git clone ...
$ cd circlezbot
$ virtualenv -p $(which python3.6) .pyenv
$ source .pyenv/bin/activate
(.pyenv) $ pip install -r requirements.txt
(.pyenv) $ deactivate
$ cp settings.sample.ini settings.ini
$ nano settings.ini
...
$ mysql -u circle -p circle < sql/base.sql
$ tmux
$ source .pyenv/bin/activate
(.pyenv) $ python3 circlebot.py
```### License
This project is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information.