A Telegram Bot to manage Redis database.
- Clone repo
git clone https://github.com/buddhhu/Redis-Database-Manager.git
- Enter directory
cd Redis-Database-Manager
- Install dependencies
pip install -r requirements.txt
- Fill credentials
nano .env
- Fill the .env with BOT_TOKEN, API_ID
(optional)
, API_HASH(optional)
and save it. - Start the bot with
python3 main.py
- Start the bot to know all its functions.
If you like this project, don't forget to give a 🌟.