An open API service indexing awesome lists of open source software.

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.

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
```