An open API service indexing awesome lists of open source software.

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.

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.