Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

TrackmaniaIndia/TMIndiaBot

Repository files navigation

TMIndiaBot

Issue Count License Last Commit

Discord Bot for the TM India Discord Server

Project Sunset

Hello. After 2 years and a lot of thought, I have decided to end support for Trackmania India Bot and am taking it offline. I am not able to regularly update or develop it anymore due to lack of motivation, decreasing interest in Trackmania as a whole and other more personal reasons. Thanks for all the support the past 2 years. o7

Suggestions and Bugs

Feel free to open an issue to report bugs or suggest new features.

Command List

Command List Gist is here

Release Notes

Release Notes are often listed alongside the release on the releases page

Developer Updates

Developer Updates can be found here

Development Environment Setup

Skip this section if you're not developer.

Currently we use Python 3.11.x to develop this bot.

Windows

git clone https://github.com/TrackmaniaIndia/TMIndiaBot.git
(or) git clone git@github.com/TrackmaniaIndia/TMIndiaBot.git

cd TMIndiaBot
.\pre-run\windows.bat

python -m virtualenv venv
.\venv\Scripts\activate.bat

pip install -r requirements.txt

Linux

git clone https://github.com/TrackmaniaIndia/TMIndiaBot.git
(or) git clone git@github.com/TrackmaniaIndia/TMIndiaBot.git

cd TMIndiaBot
chmod u+x pre-run/linux.sh
./pre-run/linux.sh

# Optional (Removes execute permissions from linux.sh)
chmod u-x pre-run/linux.sh

python3 -m virtualenv venv
source venv/bin/activate

python3 -m pip install -r requirements.txt

Developers and Contributors

  1. NottCurious (Main Developer)
  2. Artifex (Contributor)
  3. Calcium the Penguin (Contributor)

Copyright License

Licensed under MIT License

Thanks

  • Trackmania.io and Openplanet Developer Miss

Statistics

Lines Size Commit Activity Language Count Top Language