Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Gabeczkag
/
BotDC
like
1
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
BotDC
/
termux_start.sh
Gabeczkag
Update bot
0812aec
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
104 Bytes
#!/data/data/com.termux/files/usr/bin/bash
cd
~/BotDC
while
true
;
do
python bot.py
sleep
5
done