gitextract_jrhoa15n/ ├── .gitignore ├── AdminBot/ │ ├── Json/ │ │ ├── buttons.json │ │ ├── commands.json │ │ └── messages.json │ ├── bot.py │ ├── content.py │ ├── markups.py │ └── templates.py ├── Cronjob/ │ ├── backup.py │ ├── backupBot.py │ └── reminder.py ├── Database/ │ └── dbManager.py ├── LICENSE ├── README-FA.md ├── README.md ├── Shared/ │ └── common.py ├── UserBot/ │ ├── Json/ │ │ ├── buttons.json │ │ ├── commands.json │ │ └── messages.json │ ├── bot.py │ ├── content.py │ ├── markups.py │ └── templates.py ├── Utils/ │ ├── api.py │ ├── serverInfo.py │ └── utils.py ├── config.py ├── crontab.py ├── hiddifyTelegramBot.py ├── install.sh ├── requirements.txt ├── restart.sh ├── uninstall.sh ├── update.py ├── update.sh └── version.py