Skip to content

Created a full-stack application to manage everything related to Counter Strike Global Offensive items.

Notifications You must be signed in to change notification settings

boranfurkan/CSGO-BOTS-FLASK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask CSGO Market Application

This project is a Flask-based web application for managing CSGO items across various market platforms such as Shadowpay, Waxpeer, and CSGO Market.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The application requires the following to be installed:

  • Python 3.8 or higher
  • Pip (Python Package Index)

Installing

  1. Clone this repository.
git clone <repo-url>
  1. Change into the directory.
cd <repo-directory>
  1. Create a Python virtual environment and activate it.
python3 -m venv venv
source venv/bin/activate
  1. Install the required packages.
pip install -r requirements.txt
  1. Set the FLASK_APP environment variable.
export FLASK_APP=main.py
  1. Run the application.
flask run

Usage

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.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

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

Acknowledgments

  • Python
  • Flask
  • CSGO
  • and many more...

About

Created a full-stack application to manage everything related to Counter Strike Global Offensive items.

Resources

Stars

Watchers

Forks