Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterain98/strafe-api-tools
Automation tools for com.strafe.strafeapp to collect bet and community vote data by time
https://github.com/masterain98/strafe-api-tools
Last synced: about 1 month ago
JSON representation
Automation tools for com.strafe.strafeapp to collect bet and community vote data by time
- Host: GitHub
- URL: https://github.com/masterain98/strafe-api-tools
- Owner: Masterain98
- License: mit
- Created: 2021-07-09T10:51:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T02:00:10.000Z (over 3 years ago)
- Last Synced: 2024-11-30T11:34:06.988Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strafe-API-Tools
Automation Tools for com.strafe.strafeapp## Introduction
Strafe-API-Tools is a Python programing, using Strafe API to collect esports odds data for analytics purpose. With some simple judgment, it can also cast vote for teams automatically based on odds and vote counts of the community.
## How to use
1. Gets your Strafe authorization code with your network tool and Strafe Apps, and fill it in ```strafeRequest.py```, it should starts with ```Bearer```
2. Set your black list in ```config.py```, you can set ```debugLevel``` to `2` if you need more program output
3. Set your MySQL database connection information in ```/mysql_pool/db_config.py```, you should not use a ```root``` account for security concerns
4. Run ```main.py```