Skip to content

Jaxer159/friendly-telegram

Repository files navigation

Friendly Telegram Userbot Russian Mod

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:

  1. Added Russian language in the bot and modules
  2. Neofetch on heroku
  3. Default EU region on heroku
  4. Changed ping

Installation:

  • Linux computer or Termux paste this command into Termux or a terminal:

 (. <($(which curl>/dev/null&&echo curl -Ls||echo wget -qO-) https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install.sh))
  • Windows (7 and higher) paste this command into Windows Powershell:

 iex (New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install.ps1")
  • Or for Heroku on Windows:

 iex (New-Object Net.WebClient).DownloadString("https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install-heroku.ps1")
  • Mac

$(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
  • Heroku

(. <($(which curl>/dev/null&&echo curl -Ls||echo wget -qO-) https://raw.githubusercontent.com/Jaxer159/friendly-telegram/master/install.sh) --heroku)
  • No Web

The web mode is enabled by default. To disable it, simply append --no-web to the parameters

Documentation

We've made docs to help you to set-up the bot. They can be found here.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published