mirror of
https://github.com/simon987/task_tracker_drone.git
synced 2025-04-04 07:52:59 +00:00
Update README.md
This commit is contained in:
parent
d20d2bd1d8
commit
e6ba17d188
17
README.md
17
README.md
@ -1,4 +1,4 @@
|
||||
[](https://ci.simon987.net/job/task_tracker_drone/) [](https://www.codefactor.io/repository/github/simon987/task_tracker_drone)
|
||||
[](https://www.codefactor.io/repository/github/simon987/task_tracker_drone)
|
||||
|
||||
General purpose 'set and forget' task runner and API wrapper for [simon987/task_tracker](https://github.com/simon987/task_tracker).
|
||||
|
||||
@ -12,19 +12,8 @@ python -m unittest discover
|
||||
|
||||
## Usage (task runner daemon)
|
||||
|
||||
Python 3.7
|
||||
*(Deprecated, please use [task_tracker_drone_go](https://github.com/simon987/task_tracker_drone_go) to use as a task runner)*
|
||||
|
||||
```bash
|
||||
git clone https://github.com/simon987/task_tracker_drone
|
||||
cd task_tracker_drone
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
cd src
|
||||
python ./drone.py "http://exemple-api-url.com/" "alias"
|
||||
# You will have to manually grant permission to the worker from the
|
||||
# web UI (For private/hidden projects)
|
||||
|
||||
```
|
||||
|
||||
## Usage (Library)
|
||||
|
||||
@ -59,4 +48,4 @@ worker.get_secret(project=1)
|
||||
worker.log(level=LOG_TRACE, message="", timestamp=0, scope="")
|
||||
# You will have to manually grant permission from the web UI
|
||||
worker.request_access(project=1, assign=True, submit=True)
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user