https://github.com/Josepdal/DBTeamV3
New DBTeamV3 working with new tdcli binary called Telegram-bot
https://github.com/Josepdal/DBTeamV3
dbteamv2 dbteamv3 lua redis telegram-bot
Last synced: 9 months ago
JSON representation
New DBTeamV3 working with new tdcli binary called Telegram-bot
- Host: GitHub
- URL: https://github.com/Josepdal/DBTeamV3
- Owner: Josepdal
- Archived: true
- Created: 2017-09-01T16:52:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T12:51:26.000Z (over 8 years ago)
- Last Synced: 2024-11-25T01:33:34.683Z (over 1 year ago)
- Topics: dbteamv2, dbteamv3, lua, redis, telegram-bot
- Language: Lua
- Homepage: https://valtman.name/telegram-bot
- Size: 5.5 MB
- Stars: 9
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **DBTeamV3** #
[](https://core.telegram.org/tdlib)
[](https://valtman.name/telegram-bot)
[](https://www.lua.org/)
[](https://redis.io/)
[](https://github.com/Josepdal/DBTeamV1/blob/master/LICENSE)
### An administration Telegram bot using Telegram-cli
DBTeamV3 is a a powerful administration userbot that uses [telegram-bot](https://valtman.name/telegram-bot).
It is programmed in [Lua](https://www.lua.org/) and uses the rapid [Redis](https://redis.io/) database.
The difference among the old [DBTeamV1](https://github.com/Josepdal/DBTeamV1) and [DBTeamV2](https://github.com/Josepdal/DBTeamV2) is that this one uses a much newer *Tg-Cli* with new stuff and also the bot has improved in usability, stability and has new functions.
Using [DBTeamV3](https://github.com/Josepdal/DBTeamV3) you will get all [DBTeamV2](https://github.com/Josepdal/DBTeamV2) features plus the latests telegram changes like calls, payments and so more. Of course, is working in every chat including channels.
# Summary
- Easy to setup and to update, no compilation needed.
- Uses a plugins system so you can easily configure or add what you need.
- Multilanguage and easy to add new languages.
- Has many funtions that normal bots are not able to do, e.g., read channels.
- Advanced moderation system.
- Has privilege ranges (sudo, admin, mod, user).
- Simple and intuitive command usages.
- Compatible with most of recent added telegram additions.
- Really fast and stable.
- Up-to-date documentation at http://telegra.ph/DBTeamV2-Tutorial-English-02-26
# Installation
Debian/Ubuntu and derivatives:
```bash
# Tested on Ubuntu 16.04
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git redis-server lua5.2 liblua5.2-dev lua-lgi libnotify-dev unzip tmux -y && add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && apt-get upgrade && sudo apt-get install libconfig++9v5 libstdc++6 && sudo apt autoremove
```
In case of errors like `version GLIBCXX_3.4.21 not defined`, download manually libstdc++6 from [here](https://packages.ubuntu.com/xenial/libstdc++6), install the package with `dpkg -i` and repeat the previous step.
If you are not able to install the bot in Ubuntu 14, an upgrade to Ubuntu 16.04 is recommended. Upgrade from terminal: `sudo do-release-upgrade`
---------------------------------
After installing the dependencies, lets install the bot:
```bash
git clone https://github.com/Josepdal/DBTeamV3.git
cd DBTeamV3
chmod +x launch.sh
./launch.sh install
./launch.sh login # Will ask you for a phone number & confirmation code.
./launch.sh
```
DBTeamV3 Developers:
--------------------
[](https://t.me/Josepdal)
[](https://t.me/Jarriz)
[](https://t.me/iicc1)
DBTeamV3 Channels:
--------------------
[](https://t.me/DBTeamEN)
[](https://t.me/DBTeamES)
Special thanks to:
==================
Yago Pérez and his telegram-bot
-------------------------------
[](https://t.me/Yago_Perez)
[](https://github.com/yagop/telegram-bot)
Riccardo and his GroupButler
----------------------------
[](https://t.me/bac0nnn)
[](https://github.com/RememberTheAir/GroupButler)
vysheng and his new telegram-bot
--------------------------
[](https://valtman.name/telegram-bot)
[](https://github.com/vysheng)
rizaumami and his tdcli lib
---------------------------
[](https://github.com/rizaumami/tdcli.lua)
Thanks to [@Reload_Life](https://t.me/Reload_Life) for [settings design](https://github.com/Reload-Life).