Skip to content

Getting started

Remixer Dec edited this page Dec 2, 2023 · 3 revisions

Necessary steps:

  • Clone the repo, git clone https://github.com/remixer-dec/botality-ii.git
  • Copy the .env.example file and rename the copy to .env, keep the original .env.example file, it is used to check for new options on updates
  • Edit the .env file, set up your telegram bot token in a bot_token variable. You can get a token from @botfather bot.
  • Install critical requirements pip install -r requirements.txt
  • You can install other requirements running pip install -r requirements-all.txt where all can be tts, stt, llm if you only want to use specific modules

Starting the bot

If you want to use webui + api, run it with python dashboard.py, otherwise run the bot with python bot.py.
You can continue configuring the bot in the webui.
By default, the ui will be running on http://localhost:7007

Clone this wiki locally