Attempt to Bypass Railway Flags.
This commit is contained in:
anonymousx97 2023-07-23 22:32:14 +05:30
parent 0bceaea93b
commit bc5f5f307a
2 changed files with 16 additions and 10 deletions

10
req.txt
View File

@ -1,10 +0,0 @@
aiohttp>=3.8.4
beautifulsoup4>=4.12.2
Brotli>=1.0.9
gallery_dl>=1.25.7
pyrogram>=2.0.106
python-dotenv==0.21.0
PyExecJS>=1.5.1
tenacity>=8.2.2
tgCrypto>=1.2.3
yt-dlp>=2023.6.22

16
run
View File

@ -11,4 +11,20 @@ web.run_app(app, host='0.0.0.0', port=$API_PORT, reuse_port=True, print=None)
fi fi
requirements=("aiohttp>=3.8.4"
"beautifulsoup4>=4.12.2"
"Brotli>=1.0.9"
"gallery_dl>=1.25.7"
"pyrogram>=2.0.106"
"python-dotenv==0.21.0"
"PyExecJS>=1.5.1"
"tenacity>=8.2.2"
"tgCrypto>=1.2.3"
"yt-dlp>=2023.6.22"
)
for req in "${requirements[@]}"; do
pip install "${req}";
done
python3 -m app python3 -m app