Based on FTG
A fast, easy to setup telegram userbot running Python 3 which uses the Telethon Library.
Friendly Telegram, also known as FTG, is not your average Telegram userbot: it's faster, can load modules dynamically and is very easy to use!
- Added Russian language in the bot and modules
- Neofetch on heroku
- Default EU region on heroku
- Changed ping
(. <($(which curl>/dev/null&&echo curl -Ls||echo wget -qO-) https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install.sh))
iex (New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install.ps1")
iex (New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install-heroku.ps1")
$(which curl>/dev/null&&echo curl -LsO||echo wget -q) https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install.sh&&(. install.sh --no-web);rm install.sh
(. <($(which curl>/dev/null&&echo curl -Ls||echo wget -qO-) https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install.sh) --heroku)
The web mode is enabled by default. To disable it, simply append --no-web to the parameters
We've made docs to help you to set-up the bot. They can be found here.