https://github.com/nukeop/matrix-steampill
matrix bridge to steam chats
https://github.com/nukeop/matrix-steampill
Last synced: 12 months ago
JSON representation
matrix bridge to steam chats
- Host: GitHub
- URL: https://github.com/nukeop/matrix-steampill
- Owner: nukeop
- License: gpl-3.0
- Created: 2017-06-24T13:16:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T22:44:45.000Z (about 9 years ago)
- Last Synced: 2025-04-03T16:49:46.400Z (over 1 year ago)
- Language: Python
- Homepage: https://matrix.gumblert.tech:8448/#/#matrix_steam:matrix.gumblert.tech
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to run
- Edit config.json, and add your server's https address, and the application service token
- Edit steam-registration.yaml, setting up the id, tokens, url of the steampill bridge server you'll be running it on, etc
- `$ virtualenv -p python3 venv`
- `$ source venv/bin/activate`
- `$ pip install -r requirements.txt`
- `$ python run.py`
The bridge will log to steampill.log until it reaches 2MB in size, then it will rotate the logs between 3 files. It also outputs everything to the terminal.
# Official matrix channel
[#matrix_steam:matrix.gumblert.tech](https://matrix.gumblert.tech:8448/#/#matrix_steam:matrix.gumblert.tech)