mirror of
https://git.gay/Juli/imagebot.git
synced 2025-05-23 05:25:15 +00:00
19 lines
473 B
YAML
19 lines
473 B
YAML
stages:
|
|
- scheduled
|
|
|
|
scheduled_job:
|
|
stage: scheduled
|
|
image: python:3.12
|
|
script:
|
|
- pip install -r requirements.txt
|
|
- python main.py
|
|
only:
|
|
- schedules
|
|
variables:
|
|
secret: $secret
|
|
api_key: $api_key
|
|
danbooru_user: Yaoibot
|
|
danbooru_apikey: $danbooru_apikey
|
|
bannedtags: '["meme", "nazi", "military", "war","nsfw","sex","penis","pussy"]'
|
|
searchquery: yaoi rating:general order:random
|
|
baseurl: https://social.pixelated.sh/api
|