Pre-release
This release is a pre-release and may not be stable for production use.
A bot for Discord. (Work in progress)
Development
To setup and run the basic steps of the bot.
Requirements
Installation
$ python -m venv .
$ . bin/activate
(travisbot)$ pip install -e .[fast]
Running
The secret token is read from the environment variables.
(travisbot)$ export TOKEN=...
(travisbot)$ python -m travisbot
In a separate process, run ngrok.
$ ngrok http 8888
Then, configure the notifications of your project to point to the given URL: Configuring webhook notifications
Release
Update the version number and clean up the dist directory before-hand.
(travisbot)$ python setup.py register -r https://pypi.python.org/pypi
(travisbot)$ pip install wheel twine
(travisbot)$ python setup.py bdist_wheel
(travisbot)$ twine upload dist/*
Travis
Travis CI should handle the release process for us.
Bibliography
Release files for discord-travisbot 0.0.1.dev20170517
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| discord_travisbot-0.0.1.dev20170517-py3-none-any.whl | Python 3 | none | any | Details |
Release files / discord_travisbot-0.0.1.dev20170517-py3-none-any.whl
| Download URL | discord_travisbot-0.0.1.dev20170517-py3-none-any.whl |
|---|---|
| Size | 8.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9e215153d7a5af37eddde6fe17f7fbbf273ae0c12e47debd2bc89ac1296edfd1
|
|
BLAKE2b-256 checksum How to use checksums |
d3be30ffa53c9cfb10a01222c844659f71d51cfb14ec98240d9e2b0ca325cfd3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |