Compare commits
2 commits
446f59c6b1
...
a900ef6a46
Author | SHA1 | Date | |
---|---|---|---|
a900ef6a46 | |||
6b635eeec9 |
2 changed files with 25 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# IT-Syndikat matrix bot
|
||||||
|
|
||||||
|
Running in [#lobby:it-syndik.at](matrix:r/lobby:it-syndik.at).
|
||||||
|
|
||||||
|
## Available commands
|
||||||
|
|
||||||
|
- `!isitopen`: check if the hackerspace is currently open
|
||||||
|
- `!spaceping`: play a chime in the hackerpace to attempt to get someone to read your matrix messages
|
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "its-matrix-bot"
|
||||||
|
version = "0.0.1"
|
||||||
|
description = "IT-Syndikat matrix bot"
|
||||||
|
readme = "README.md"
|
||||||
|
license = {text = "GNU Affero General Public License"}
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
]
|
||||||
|
dependencies = [
|
||||||
|
"simplematrixbotlib",
|
||||||
|
"aiohttp",
|
||||||
|
]
|
Loading…
Reference in a new issue