https://github.com/leg3ndary/btagscriptworker
Flask Worker to run the bTagScript language.
https://github.com/leg3ndary/btagscriptworker
btagscript flask mysql python
Last synced: 3 months ago
JSON representation
Flask Worker to run the bTagScript language.
- Host: GitHub
- URL: https://github.com/leg3ndary/btagscriptworker
- Owner: Leg3ndary
- License: other
- Created: 2022-07-11T21:08:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T20:14:59.000Z (about 1 year ago)
- Last Synced: 2025-02-08T11:12:40.619Z (4 months ago)
- Topics: btagscript, flask, mysql, python
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bTagScript Worker
This repository contains a simple worker script for bTagScript. The script is designed to run on a server, automatically updating the bTagScript playground with the correct information.
## bTagScript Playground
You can access the bTagScript playground here: [bTagScript Playground](https://leg3ndary.github.io/bTagScriptPlayground/)
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Leg3ndary/bTagScriptWorker.git
cd bTagScriptWorker
```## Usage
To run the worker script, use the following command:
```bash
py index.py
```This command will start the worker, which will automatically host the data needed to update the bTagScript playground as needed.
## Contributing
We welcome contributions! If you have suggestions for improvements or have found a bug, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
Feel free to further customize the content according to your specific needs.