Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtomahawkx/propresenter-slack-forwarder
Forwards numbers sent from a slack channel into propresenter's message overlay
https://github.com/iamtomahawkx/propresenter-slack-forwarder
propresenter slack
Last synced: about 2 months ago
JSON representation
Forwards numbers sent from a slack channel into propresenter's message overlay
- Host: GitHub
- URL: https://github.com/iamtomahawkx/propresenter-slack-forwarder
- Owner: IAmTomahawkx
- Created: 2023-07-06T07:30:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T21:35:43.000Z (7 months ago)
- Last Synced: 2024-06-04T00:20:35.422Z (7 months ago)
- Topics: propresenter, slack
- Language: Python
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODOs
## Build Environment notes
* Nuitka only supports Python 3.4 — 3.11
* Cross-compiling not supported, must build on arm64e or x86_64 directly## Documentation
* Slack setup:
- Install application in Slack Workspace
- add the Bot as an app
- invite to Channel by messaging '@Number Service', channel must be public, find Channel ID on channel about page
- ProPresenter: First message in the list, must have a token of 'Message', name doesn't matter, 'allow Web notif...' doesn't matter## Coding
- Better error handling for ProPresenter password missing
- ProPresenter fails silently, if the first message type doesn't have a token
- Change Channel ID with an Input field
- Can we pull a list of available channels?
- Add logging level to config file, duplicate console out to log file for Debug level