Control your Minecraft game using chat messages from YouTube and TikTok live streams.
- Ensure you have Python installed on your system. If not, download and install Python.
- Clone the repository and navigate to its directory:
git clone https://github.com/TheRealPerson98/Chat-Controls-Minecraft
cd Chat-Controls-Minecraft
- Install the necessary Python packages:
python setup.py
- Create a project on the Google Developers Console.
- Enable the YouTube API v3.
- Obtain the
client.json
file and place it in the root directory of this project.
- Ensure you have your TikTok username ready.
Start the script:
python main.py
Follow the instructions to authenticate your Google account for YouTube and/or input your TikTok username.
Once authenticated, start your YouTube or TikTok live stream. When viewers type commands into the live chat, they will be processed and sent to your Minecraft game.
Please ensure you only run commands from trusted sources. Be cautious about potential harmful commands that could be sent through the chat.
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.