{"id":13896273,"url":"https://github.com/Josepdal/DBTeamV2","last_synced_at":"2025-07-17T12:31:26.744Z","repository":{"id":93541453,"uuid":"79069656","full_name":"Josepdal/DBTeamV2","owner":"Josepdal","description":"New version available DBTeamV3 -\u003e","archived":true,"fork":false,"pushed_at":"2017-06-20T15:27:14.000Z","size":5814,"stargazers_count":29,"open_issues_count":0,"forks_count":23,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-25T01:33:32.666Z","etag":null,"topics":["dbteamv2","telegram","telegram-bot","telegram-cli"],"latest_commit_sha":null,"homepage":"https://github.com/Josepdal/DBTeamV3","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Josepdal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-16T00:44:01.000Z","updated_at":"2023-01-28T17:59:46.000Z","dependencies_parsed_at":"2023-05-17T18:30:36.395Z","dependency_job_id":null,"html_url":"https://github.com/Josepdal/DBTeamV2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Josepdal/DBTeamV2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josepdal%2FDBTeamV2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josepdal%2FDBTeamV2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josepdal%2FDBTeamV2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josepdal%2FDBTeamV2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Josepdal","download_url":"https://codeload.github.com/Josepdal/DBTeamV2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josepdal%2FDBTeamV2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265606638,"owners_count":23796974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dbteamv2","telegram","telegram-bot","telegram-cli"],"created_at":"2024-08-06T18:02:47.617Z","updated_at":"2025-07-17T12:31:26.738Z","avatar_url":"https://github.com/Josepdal.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# **DBTeamV2** #\n\n[![Library](https://img.shields.io/badge/TDLib-beta-brightgreen.svg)](https://core.telegram.org/tdlib)\n[![Telegram-cli](https://img.shields.io/badge/TDCli-Bitbucket-green.svg)](https://bitbucket.org/vysheng/tdcli)\n[![Lua](https://img.shields.io/badge/Lua-5.2-blue.svg)](https://www.lua.org/)\n[![Redis](https://img.shields.io/badge/Redis-3.2.8-red.svg)](https://redis.io/)\n[![License](https://img.shields.io/badge/License-GNU%20GPL--3-yellow.svg)](https://github.com/Josepdal/DBTeamV1/blob/master/LICENSE)\n\n\n### An administration Telegram bot using Telegram-cli\n\nDBTeamV2 is a a powerful administration userbot that uses [Telegram-Cli](https://valtman.name/telegram-cli).  \nIt is programmed in [Lua](https://www.lua.org/) and uses the rapid [Redis](https://redis.io/) database.\n\nThe 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.\n\n# Summary\n\n- Easy to setup and to update, no compilation needed.\n- Uses a plugins system so you can easily configure or add what you need.\n- Multilanguage and easy to add new languages.\n- Has many funtions that normal bots are not able to do, e.g., remove messages.\n- Advanced moderation system.\n- Has privilege ranges (sudo, admin, mod, user).\n- Simple and intuitive command usages.\n- Compatible with most of recent added telegram additions.\n- Really fast and stable.\n- Up-to-date documentation at http://telegra.ph/DBTeamV2-Tutorial-English-02-26\n\n\n# Installation\n\nDebian/Ubuntu and derivatives:\n```bash\n# Tested on Ubuntu 16.04 and Debian 8.7.1 stable. (please use release \"stable\", isn't working on stretch/testing)\nsudo apt-get install git redis-server libconfig8-dev libjansson-dev lua5.2 liblua5.2-dev lua-lgi glib-2.0 libnotify-dev libssl-dev libssl1.0.0 make libstdc++6 g++-4.9 unzip tmux -y\n\n# If you have errors (maybe you'll need this on Ubuntu)\nsudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; sudo apt-get autoclean; sudo apt-get update\nsudo apt-get install git redis-server libconfig8-dev libjansson-dev lua5.2 liblua5.2-dev lua-lgi glib-2.0 libnotify-dev libssl-dev libssl1.0.0 make libstdc++6 g++-4.9 unzip libreadline-gplv2-dev libreadline5-dev tmux -y\n\n# If your bot still not working, maybe you don't have installed gcc and openssl, check if you have both installed.\n```\n\nArch:\n```bash\nsudo pacman -S yaourt\nsudo yaourt -S git redis-server libconfig8-dev libjansson-dev lua5.2 liblua5.2-dev lua-lgi glib-2.0 libnotify-dev libssl-dev libssl1.0.0 tmux\n```\n\nFedora:\n```bash\nsudo dnf install git redis-server libconfig8-dev libjansson-dev lua5.2 liblua5.2-dev lua-lgi glib-2.0 libnotify-dev libssl-dev libssl1.0.0 tmux\n```                   \n---------------------------------\n\nAfter installing the dependencies, lets install the bot:\n```bash\n git clone https://github.com/Josepdal/DBTeamV2.git\n cd DBTeamV2\n chmod +x launch.sh\n ./launch.sh install # you can use the option --no-download and only configure DBTeam\n ./launch.sh # Will ask you for a phone number \u0026 confirmation code.\n```\n\nTo update the bot, you must exit the Tg-Cli console:\n```bash\nquit\n```\nAnd execute the following command:\n```bash\n./launch.sh update\n```\nThe code will be updated if there is something new.\n\nYou can also run the bot in a Tmux session if you want:\n```bash\n./launch.sh tmux # create a session tmux\n\n./launch.sh attach # if you want back to tmux session\n\n./launch.sh kill # close session tmux\n```\n\nDBTeamV2 Developers:\n--------------------\n[![https://telegram.me/Josepdal](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-Josepdal-blue.svg)](https://t.me/Josepdal)\n[![https://telegram.me/Jarriz](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-Jarriz-blue.svg)](https://t.me/Jarriz)\n[![https://telegram.me/iicc1](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-iicc1-blue.svg)](https://t.me/iicc1)\n\nDBTeamV2 Channels:\n--------------------\n[![https://telegram.me/DBTeamEN](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-DBTeamEN-blue.svg)](https://t.me/DBTeamEN)\n[![https://telegram.me/DBTeamES](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-DBTeamES-blue.svg)](https://t.me/DBTeamES)\n\nSpecial thanks to:\n==================\nYago Pérez and his telegram-bot\n-------------------------------\n[![https://telegram.me/Yago_Perez](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-Yago_Perez-blue.svg)](https://t.me/Yago_Perez)\n[![https://github.com/yagop/telegram-bot](https://img.shields.io/badge/%F0%9F%92%AC_GitHub-Telegram_bot-green.svg)](https://github.com/yagop/telegram-bot)\n\n\nRiccardo and his GroupButler\n----------------------------\n[![https://telegram.me/Riccardo](https://img.shields.io/badge/%F0%9F%92%AC_Telegram-bac0nnn-blue.svg)](https://t.me/bac0nnn)\n[![https://github.com/RememberTheAir/GroupButler](https://img.shields.io/badge/%F0%9F%92%AC_GitHub-GroupButler-green.svg)](https://github.com/RememberTheAir/GroupButler)\n\n\nvysheng and his new tg-cli\n--------------------------\n[![https://valtman.name/telegram-cli](https://img.shields.io/badge/%F0%9F%92%AC_WebPage-valtman.name-red.svg)](https://valtman.name/telegram-cli)\n[![https://github.com/vysheng](https://img.shields.io/badge/%F0%9F%92%AC_GitHub-vysheng-green.svg)](https://github.com/vysheng)\n\n\nrizaumami and his tdcli lib\n---------------------------\n[![https://github.com/rizaumami/tdcli.lua](https://img.shields.io/badge/%F0%9F%92%AC_GitHub-rizaumami-green.svg)](https://github.com/rizaumami/tdcli.lua)\n\nThanks to [@Reload_Life](https://t.me/Reload_Life) for [settings design](https://github.com/Reload-Life).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJosepdal%2FDBTeamV2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJosepdal%2FDBTeamV2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJosepdal%2FDBTeamV2/lists"}