automated terminal push

This commit is contained in:
Your Name
2025-02-06 12:51:43 -05:00
parent 1c87bf5906
commit 9a787b2a58
18 changed files with 772 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
echo "##"
echo "##"
echo "##"
curl -X GET https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/
curl -X GET \
https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/exists \
-H 'Content-Type: application/json' \
-d '{
"url": "https://www.embanet.com/talisman.txt"
}'
curl -X GET \
https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/exists \
-H 'Content-Type: application/json' \
-d '{
"url": "https://www.embanet.com/talisman.md"
}'

View File

@@ -0,0 +1,24 @@
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
echo "##"
echo "## creating new [success] record in the database"
echo "##"
curl -X POST \
https://osiris.yankee.valorantdigital.com/channel/monthly/games/success/add \
-H 'Content-Type: application/json' \
-d '{"url": "https://www.embanet.com/talisman.txt","hostIP":"asdf"}'