From c35fdad6cbc7788b2b7696b63e5a5128c81b04c8 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Fri, 30 Aug 2024 17:56:57 +0530 Subject: [PATCH] Merge Upstream --- .github/workflows/api_tg_scarppers.yml | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api_tg_scarppers.yml b/.github/workflows/api_tg_scarppers.yml index fcb3afd..e9afc20 100644 --- a/.github/workflows/api_tg_scarppers.yml +++ b/.github/workflows/api_tg_scarppers.yml @@ -26,5 +26,5 @@ jobs: - name: scrape preparations run: | pip install --upgrade pip setuptools wheel - wget https://github.com/TelegramPlayGround/TG-APIs/raw/935d4e0/deploy.sh -O deploy.sh + wget https://github.com/TelegramPlayGround/TG-APIs/raw/d4b97e2/deploy.sh -O deploy.sh bash deploy.sh diff --git a/deploy.sh b/deploy.sh index 155c5a3..6228f61 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash set +xe -CH="935d4e0" +CH="d4b97e2" wget https://github.com/TelegramPlayGround/TG-APIs/raw/${CH}/scrape.py -O scrape.py wget https://github.com/TelegramPlayGround/TG-APIs/raw/${CH}/scrape_tg_api_schema.py -O scrape_tg_api_schema.py wget https://github.com/TelegramPlayGround/TG-APIs/raw/${CH}/requirements.txt -O requirements.txt