/UserLixo

Userbot for Telegram with many functions.

Primary LanguagePythonMIT LicenseMIT

UserLixo

Multipurpose Python userbot for Telegram

Requirements

Setup

  • Start a new tmux or screen session (recommended but not required)
  • Install virtualenv via pip:
pip install virtualenv
  • Create a virtualenv named 'venv' and activate it:
virtualenv venv && . venv/bin/activate

Running

  • Just run python -m userlixo At the first run, all requirements will be automatically installed you'll be asked for some configuration and login. If you are a developer making some modifications, you may want to use the option '--no-updates' to skip the "pip install" part at every startup.

Note: you'll be asked for a BOT_TOKEN. That's the bot that will be the UserLixo assistant and its inline mode must be activated. You do it by sending /setinline to @BotFather.

Notes

If you find any bugs/issues you can report them by:

  • Creating a new issue in this repo
  • Sending the issue details to the chat on Telegram
  • Forking this repo and opening a pull request with the fix

License

MIT © 2022 AmanoTeam™