Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buddhhu/Redis-Database-Manager
A Telegram Bot to manage Redis Database.
https://github.com/buddhhu/Redis-Database-Manager
Last synced: 3 months ago
JSON representation
A Telegram Bot to manage Redis Database.
- Host: GitHub
- URL: https://github.com/buddhhu/Redis-Database-Manager
- Owner: buddhhu
- License: agpl-3.0
- Created: 2022-01-07T05:19:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T14:46:28.000Z (almost 2 years ago)
- Last Synced: 2024-06-28T14:35:44.361Z (5 months ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A Telegram Bot to manage [Redis](https://redislabs.com) database.
---
### Direct deploy on heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
---
### Manual Deployment
#### python3, git is required- 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`
---
### Functions
- Start the bot to know all its functions.
---
If you like this project, don't forget to give a 🌟.