-
Notifications
You must be signed in to change notification settings - Fork 9
Getting started
Remixer Dec edited this page Dec 2, 2023
·
3 revisions
- 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
whereall
can betts
,stt
,llm
if you only want to use specific modules
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