https://github.com/namesysf/botkeep
A program to support the performance of a Telegram bot.
https://github.com/namesysf/botkeep
Last synced: about 2 months ago
JSON representation
A program to support the performance of a Telegram bot.
- Host: GitHub
- URL: https://github.com/namesysf/botkeep
- Owner: NamesysF
- Created: 2024-06-24T11:01:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T17:07:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T01:16:19.665Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BotKeep: description
The program contributes to maintaining the effective performance of a Telegram bot using Termux.
# How it works?
The program runs the "nohup python botname.py" command 100 times, which allows the bot to work even when you do not have an Internet connection.

# Installation
```bash
git clone https://github.com/namesysf/botkeep
```
```bash
cd BotKeep
```
```bash
bash botkeep.sh
```