-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
414 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# create bot action trigger | ||
name: BES_trigger_askbioclip_action | ||
on: | ||
# cf. readme | ||
schedule: # 09h00, 12h00, 15h00, 17h00, 18h00 et 21h00 (FR timezone) | ||
# (CET) Standard time (UTC+1) | ||
- cron: '00 8,11,14,16,17,20 * 11-12,1-3 *' | ||
# (CET) Daylight saving time (UTC+2) | ||
- cron: '00 7,10,13,15,16,19 * 4-10 *' | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
environment: github_actions_bes | ||
steps: | ||
- name: trigger botEnSky AskBioclip ACTION | ||
env: | ||
BES_ACTION_TOKEN: ${{ secrets.BES_ACTION_TOKEN }} | ||
BES_ACTION_URL: ${{ secrets.BES_ACTION_URL }} | ||
run: | | ||
curl -q -H "API-TOKEN: ${BES_ACTION_TOKEN}" -H "PLUGIN-NAME: AskBioclip" "${BES_ACTION_URL}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# create bot simulation trigger | ||
name: BES_trigger_askbioclip_simulation | ||
on: | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
environment: github_actions_bes | ||
steps: | ||
- name: trigger botEnSky AskBioclip simulation | ||
env: | ||
BES_SIMULATION_TOKEN: ${{ secrets.BES_SIMULATION_TOKEN }} | ||
BES_SIMULATION_URL: ${{ secrets.BES_SIMULATION_URL }} | ||
run: | | ||
curl -q -H "API-TOKEN: ${BES_SIMULATION_TOKEN}" -H "PLUGIN-NAME: AskBioclip" "${BES_SIMULATION_URL}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[ | ||
"AskBioclip" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"uri": "at://did:plc:iy7q3r5p5jagqaznuudppucr/app.bsky.feed.post/3l3j2h5kla52e", | ||
"cid": "bafyreiczxxar6rn264wo27v2zkiagh745eg2lbdmtqwfrdxmamihrttnqe", | ||
"author": { | ||
"did": "did:plc:iy7q3r5p5jagqaznuudppucr", | ||
"handle": "boly38.bsky.social", | ||
"displayName": "Boly38", | ||
"avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:iy7q3r5p5jagqaznuudppucr/bafkreignropk7wuesbc4levrkxtzbh3l554mxduheh4htfkvr6afforkaq@jpeg", | ||
"associated": { | ||
"chat": { | ||
"allowIncoming": "all" | ||
} | ||
}, | ||
"viewer": { | ||
"muted": false, | ||
"blockedBy": false, | ||
"following": "at://did:plc:jkvb3exm4wg3jt5veu75qppn/app.bsky.graph.follow/3kskfpio2672i", | ||
"followedBy": "at://did:plc:iy7q3r5p5jagqaznuudppucr/app.bsky.graph.follow/3kt3v2qa3tu2p" | ||
}, | ||
"labels": [], | ||
"createdAt": "2024-05-14T19:54:08.801Z" | ||
}, | ||
"record": { | ||
"$type": "app.bsky.feed.post", | ||
"createdAt": "2024-09-06T19:06:19.440Z", | ||
"langs": [ | ||
"fr" | ||
], | ||
"reply": { | ||
"parent": { | ||
"cid": "bafyreigpy6vlpdbavucz6vrk6sa4fjf4th6ngpdv3hjnefjxfaqalqubxm", | ||
"uri": "at://did:plc:iy7q3r5p5jagqaznuudppucr/app.bsky.feed.post/3l3izvrzfdp2g" | ||
}, | ||
"root": { | ||
"cid": "bafyreigpy6vlpdbavucz6vrk6sa4fjf4th6ngpdv3hjnefjxfaqalqubxm", | ||
"uri": "at://did:plc:iy7q3r5p5jagqaznuudppucr/app.bsky.feed.post/3l3izvrzfdp2g" | ||
} | ||
}, | ||
"text": "mais askbioclip STP !" | ||
}, | ||
"replyCount": 0, | ||
"repostCount": 0, | ||
"likeCount": 0, | ||
"quoteCount": 0, | ||
"indexedAt": "2024-09-06T19:06:19.440Z", | ||
"viewer": { | ||
"threadMuted": false, | ||
"embeddingDisabled": false | ||
}, | ||
"labels": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"uri": "at://did:plc:zkfih2cilqkmhg7fz7oqvuw7/app.bsky.feed.post/3l3lhran3vt2f", | ||
"cid": "bafyreibixmlvz2b44vqsra5cpuemm4rrsysqxugoo5tdxdrmmv3gjwi2wu", | ||
"author": { | ||
"did": "did:plc:zkfih2cilqkmhg7fz7oqvuw7", | ||
"handle": "isabelletg.bsky.social", | ||
"displayName": "", | ||
"avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:zkfih2cilqkmhg7fz7oqvuw7/bafkreih6ajhl23wwualh7iimu3gkkuql2pko2vbozqzl2lojhdc4umtmme@jpeg", | ||
"associated": { | ||
"chat": { | ||
"allowIncoming": "all" | ||
} | ||
}, | ||
"viewer": { | ||
"muted": false, | ||
"blockedBy": false | ||
}, | ||
"labels": [], | ||
"createdAt": "2023-09-19T17:22:22.566Z" | ||
}, | ||
"record": { | ||
"$type": "app.bsky.feed.post", | ||
"createdAt": "2024-09-07T18:09:56.737Z", | ||
"langs": [ | ||
"fr" | ||
], | ||
"reply": { | ||
"parent": { | ||
"cid": "bafyreidmhbxgyzevc7uvzt3llajbcd6mrb76fqezaaweprcg6yznp5hgxq", | ||
"uri": "at://did:plc:4vcqn56njmlf3n6mu5rzugbc/app.bsky.feed.post/3l3lgomd5qm2f" | ||
}, | ||
"root": { | ||
"cid": "bafyreidmhbxgyzevc7uvzt3llajbcd6mrb76fqezaaweprcg6yznp5hgxq", | ||
"uri": "at://did:plc:4vcqn56njmlf3n6mu5rzugbc/app.bsky.feed.post/3l3lgomd5qm2f" | ||
} | ||
}, | ||
"text": "Bon appétit 😉" | ||
}, | ||
"replyCount": 1, | ||
"repostCount": 0, | ||
"likeCount": 1, | ||
"quoteCount": 0, | ||
"indexedAt": "2024-09-07T18:09:56.737Z", | ||
"viewer": { | ||
"threadMuted": false, | ||
"embeddingDisabled": false | ||
}, | ||
"labels": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.