D2API is a simple API for creating custom matches in Dota2.
To run the API create an .env file in the root directory with the following content:
STEAM_USERNAME=your_steam_username
STEAM_PASSWORD=your_steam_password
Then run the following commands:
# Install the dependencies
$ pip install -r requirements.txt
# Run the script
$ python main.py