https://github.com/spirali/projecting-bot
Discord bot for creating a realime exhibition
https://github.com/spirali/projecting-bot
Last synced: over 1 year ago
JSON representation
Discord bot for creating a realime exhibition
- Host: GitHub
- URL: https://github.com/spirali/projecting-bot
- Owner: spirali
- License: mit
- Created: 2022-08-21T13:33:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T16:35:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T06:28:32.826Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Projecting Bot
This is a discord bot designed to create a realtime exhibition from images
posted on a discord.
The bot downloads all images posted to a discord channels
and show them on the local machine (e.g. on the projector).
Images are chosen randomly, but the bot remembers how many of each image was shown
and probability of more shown images exponentially decays.
## Typical usage
For the following configuration we assume that we have connected a second monitor (or a projector).
```commanline
python3 main.py --display=1
```
## Note
Use in a trusted environment; the code was written for a specific use case
and it is not tested for usage on a public servers.