init ingest torrents from annatar (#157)

* init ingest torrents from annatar

* works

* mv annatar to src/

* done

* add ci and readme

---------

Co-authored-by: Brett <eruiluvatar@pnbx.xyz>
This commit is contained in:
RohirrimRider
2024-03-27 21:35:03 -05:00
committed by GitHub
parent 9430704205
commit a6d3a4a066
9 changed files with 891 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name: Build and Push Torrent Ingestor Service
on:
push:
paths:
- 'src/python/torrent_ingestor/**'
jobs:
process:
uses: ./.github/workflows/base_image_workflow.yaml
secrets: inherit
with:
CONTEXT: ./src/producer/
IMAGE_NAME: knightcrawler-torrent-ingestor