This project is a Flask-based web application for managing CSGO items across various market platforms such as Shadowpay, Waxpeer, and CSGO Market.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The application requires the following to be installed:
- Python 3.8 or higher
- Pip (Python Package Index)
- Clone this repository.
git clone <repo-url>
- Change into the directory.
cd <repo-directory>
- Create a Python virtual environment and activate it.
python3 -m venv venv
source venv/bin/activate
- Install the required packages.
pip install -r requirements.txt
- Set the FLASK_APP environment variable.
export FLASK_APP=main.py
- Run the application.
flask run
The application provides interfaces to Shadowpay, Waxpeer, and CSGO Market platforms. Users can start or stop each bot separately, and view logs of bot activities.
- Flask - The web framework used
- Flask-SocketIO - SocketIO integration for Flask
- SQLAlchemy - The Python SQL toolkit and ORM used
Please read CONTRIBUTING.md
for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE
file for details.
- Python
- Flask
- CSGO
- and many more...