CSGOTrading
This is an official github repo for CSGOTrading project.
File Explorer
Download Latest Version (.zip)- __init__.py
- event.py
- liquidity.py
- sentiment.py
- sentiment_reverse.py
- technical.py
- planner.py
- portfolio_manager.py
- registry.py
- __init__.py
- api.py
- fetch_cs2_data.py
- __init__.py
- api.py
- fetch_reddit_data.py
- __init__.py
- api.py
- fetch_steam_data.py
- __init__.py
- common_model.py
- router.py
- Direct-cd.yaml
- Direct-ds.yaml
- Direct-gk.yaml
- Direct-gm.yaml
- Direct-gt.yaml
- Direct-km.yaml
- Direct-qw.yaml
- T-cd.yaml
- T-ds.yaml
- T-gk.yaml
- T-gm.yaml
- T-gt.yaml
- T-km.yaml
- T-qw.yaml
- TS-cd.yaml
- TS-ds.yaml
- TS-gk.yaml
- TS-gm.yaml
- TS-gt.yaml
- TS-km.yaml
- TS-qw.yaml
- TSL-cd.yaml
- TSL-ds.yaml
- TSL-gk.yaml
- TSL-gm.yaml
- TSL-gt.yaml
- TSL-km.yaml
- TSL-qw.yaml
- TSLE-cd.yaml
- TSLE-ds.yaml
- TSLE-gk.yaml
- TSLE-gm.yaml
- TSLE-gt.yaml
- TSLE-km.yaml
- TSLE-qw.yaml
- TSrL-cd.yaml
- TSrL-ds.yaml
- TSrL-gk.yaml
- TSrL-gm.yaml
- TSrL-gt.yaml
- TSrL-km.yaml
- TSrL-nofee-cd.yaml
- TSrL-nofee-ds.yaml
- TSrL-nofee-gk.yaml
- TSrL-nofee-gm.yaml
- TSrL-nofee-gt.yaml
- TSrL-nofee-km.yaml
- TSrL-nofee-qw.yaml
- TSrL-qw.yaml
- TSrLE-cd.yaml
- TSrLE-ds.yaml
- TSrLE-gk.yaml
- TSrLE-gm.yaml
- TSrLE-gt.yaml
- TSrLE-km.yaml
- TSrLE-qw.yaml
- __init__.py
- cs2_sqlite_helper.py
- cs2_sqlite_setup.py
- interface.py
- concept.jpg
- overallstructure.jpg
- __init__.py
- constants.py
- schema.py
- workflow.py
- __init__.py
- inference.py
- prompt.py
- provider.py
- __init__.py
- config.py
- cs2_db_helper.py
- logger.py
- .env.example
- clear.py
- LICENSE
- README.md
- requirements.txt
- run.py
- view.py
# Installation Guide
1. Get the code
git clone https://github.com/IatomicreactorI/CSGOTrading
Downloads the entire project code from GitHub to your computer.
cd CSGOTrading
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m venv venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python -m apis.reddit.fetch_reddit_data
Runs the Python script (or module).
python -m apis.steam.fetch_steam_data \
Runs the Python script (or module).
python -m apis.cs2market.fetch_cs2_data
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
