Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariofinale/holodiscordbot
Updates a discord channel with live streams and upcoming videos from a channel list
https://github.com/mariofinale/holodiscordbot
Last synced: 12 days ago
JSON representation
Updates a discord channel with live streams and upcoming videos from a channel list
- Host: GitHub
- URL: https://github.com/mariofinale/holodiscordbot
- Owner: MarioFinale
- License: gpl-2.0
- Created: 2023-01-20T21:49:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T22:33:29.000Z (11 months ago)
- Last Synced: 2024-03-01T23:32:57.057Z (11 months ago)
- Language: C#
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HoloDiscordBot
Simple bot that updates a discord channel with ongoing and upcoming livestreams from a text list.# How to use
- Get a Discord API Key with GuildMessages and Guilds permissions (to allow cleaning a channel and set the channel name). Place that key in a text fille named "key.txt" on the same directory of the executable.
- Add the bot to your server, give it permission to manage channels and send messages.
- Add the channels ID to a text file named "channels.txt" on the same directory of the executable, one per line.
- Create a text file named "list.txt" on the same directory of the executable with the format "Channel-Username|Emoji". Be careful to NOT add the "@", do not leave empty lines and do not leave spaces after or before each line.
- Run the bot! If you followed the steps correctly it should just work!