A Simple ChatBot for Pony Town
-
Clone the Repository: You can clone this repository using the following command:
git clone https://github.com/RandSfk/PonyTown_Bot.gitOr download the repository directly from the GitHub page.
-
Install Tesseract:
- Download and install Tesseract OCR from here.
- Follow the installation instructions provided in the Tesseract repository.
-
Get Gemini API Key:
- Visit this link to obtain your Gemini API key for AI commands.
- Follow the instructions on the page to generate your API key.
-
Gemini API Key:
- Once you get the Gemini key, open the app.py file and insert it into the apikey variable.
-
Admin Names:
- In the app.py file, there is an admin name variable; you just need to change it to your OC nickname.
- Run the Bot:
- After completing the installation and configuration steps, run the bot script to start using
python app.py.
- After completing the installation and configuration steps, run the bot script to start using
MIT License
Copyright (c) 2024 Randy Nurdiansyah
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.