ForceFledgling / learning-aiohttp

Unofficial API for Lesta Games (aiohttp) 🕹️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial API for Lesta Games

The project is a simple example of a web application.

Features

  • Implementation of the web server using Python 3 with aiohttp.
  • Running the application as a module.
  • Organization of routes into separate modules.
  • Automatic reloading of the application when code changes occur.

Installation

1. Clone the repository:

git clone https://github.com/your-username/lesta-api.git

2. Navigate to the project directory:

cd lesta-api

3. Install the required dependencies:

pip install -r requirements.txt

Usage

1. Run the application:

python3 -m app

2. Open your web browser and go to http://localhost:8080/ to access the API.

Known issues

1. Not all core files properly trigger code auto-reload when files are changed in DEBUG mode.

Contributing

Contributions are welcome! Please feel free to submit feature requests and bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Unofficial API for Lesta Games (aiohttp) 🕹️

License:MIT License


Languages

Language:Python 100.0%