seshet
Modular, dynamic Python IRC bot
Installing
Simply clone the repository and run ./setup.py install. You may need to mark it as executable first, and may need to run it as root or with sudo.
You can also install using pip3 install seshet.
Running
After isntalling, you can test that the installed version works by running seshet-test.py or by opening a Python 3 interpreter and running:
>>> import seshet.config >>> bot = seshet.config.build_bot() >>> bot.connect() >>> bot.start()
This will start a bot using the default configuration. You can terminate the bot at any time by terminating the Python interpreter.
Note: seshet-test.py does not use a database, but creates a log file ./seshet.log. Importing seshet and building a bot using the default configuration as described above does use a database and creates a ./seshet.db file and some ./*.table files.
Release files for seshet 0.1.0-3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seshet-0.1.0-3.tar.gz | 8.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| seshet-0.1.0_3-py3.4.egg | Legacy Egg format | - | - | Details |
Total release size: 28.0 kB
Release files / seshet-0.1.0-3.tar.gz
| Download URL | seshet-0.1.0-3.tar.gz |
|---|---|
| Size | 8.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0822fbdc5332f81c07adb2d79785de8d8f661d72a7c4f9ceda1e5c3472f07084
|
|
BLAKE2b-256 checksum How to use checksums |
0623c49499a161de26c8e4319b849f761b8f3baa102781b0f15ed6c357520ae6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / seshet-0.1.0_3-py3.4.egg
| Download URL | seshet-0.1.0_3-py3.4.egg |
|---|---|
| Size | 19.9 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
780e5b47d48259168cd9d60f1a2cf8d63b99ec7135dbc34e0876359b3e2eb51d
|
|
BLAKE2b-256 checksum How to use checksums |
e0dcb6c3e8866c51df99931b0b2a1ff589b6ffea4d4eae01412bf67c28c12fc3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |