bot in reverse
Project description
NAME
SYNOPSIS
DESCRIPTION
TOB has all you need to program a unix cli program, such as disk perisistence for configuration files, event handler to handle the client/server connection, easy programming of your own commands, etc.
TOB contains python3 code to program objects in a functional way. it provides an “clean namespace” Object class that only has dunder methods, so the namespace is not cluttered with method names. This makes storing and reading to/from json possible.
TOB is a python3 IRC bot, it can connect to IRC, fetch and display RSS feeds, take todo notes, keep a shopping list and log text. You can run it under systemd for 24/7 presence in a IRC channel.
TOB is Public Domain.
INSTALL
installation is done with pipx
USAGE
use tob to control the program, default it does nothing
see list of commands
start console
start console and run irc and rss
list available modules
start daemon
start service
COMMANDS
here is a list of available commands
CONFIGURATION
irc
sasl
rss
opml
PROGRAMMING
tob has it’s modules in the ~/.tob/mods directory so for a hello world command you would edit a file in ~/.tob/mods/hello.py and add the following
def hello(event):
event.reply("hello world !!")
typing the hello command would result into a nice hello world !!
commands run in their own thread and the program borks on exit to enable a short debug cycle, output gets flushed on print so exceptions appear in the systemd logs. modules can contain your own written python3 code.
FILES
AUTHOR
COPYRIGHT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tob-120.tar.gz.
File metadata
- Download URL: tob-120.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8e196a8cf164822b345ca007bf13c5bc06640c36a8ab3fb650446e08a06c9d3
|
|
| MD5 |
92dc4f5fdddb3799e074d6d0fb947837
|
|
| BLAKE2b-256 |
77339bd286ad08045ae14b6b8716cd36b989b4599db2392c94ceb9a48d43b98f
|
File details
Details for the file tob-120-py3-none-any.whl.
File metadata
- Download URL: tob-120-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a11abec855cc62d1b064e009b65b00e322a84c48cf01b023a0dfeb118342e91
|
|
| MD5 |
0bc5e7fc4382b00dc028b91e4ca4ecfd
|
|
| BLAKE2b-256 |
8616629b0c0d0fb6819b090b2454d44b9c9049b3edcbf76f6894a9b23b4ce42c
|