Chat with a bot about anything and everything

alimiracle b044e73bd6 move to codeberg 5 ヶ月 前
README.md b044e73bd6 move to codeberg 5 ヶ月 前
app.py 9953d48b24 the app 4 年 前
bot_config.py 9953d48b24 the app 4 年 前
requirements.txt 9953d48b24 the app 4 年 前
run.py 9953d48b24 the app 4 年 前
traine.py 9953d48b24 the app 4 年 前

README.md

Important Note:

this project has been archived and migrated to codeberg. To access the project on codeberg,

visit this Link

my Small lara

Chat with a bot about anything and everything

Describtion :

my_Small_lara is a telegram bot

it's a learnning self bot ,learns from you when you chat with it

and of course you can cancel this feature

Prerequisites :

*python3

*pip3

and pip will install all requirements for you

Components:

1 - flask app

This app is the real chatter bot. You can talk to it through send http post to the app

2 - Telegram bot

This bot works as a proxy between the Telegram and the app.

Installation:

Download the program from this link: https://codeberg.org/alimiracle/my_Small_lara

then extract it ( in home folder recomended ).

or if you have git run this command from terminal :

git clone https://codeberg.org/alimiracle/my_Small_lara.git

then go to program folder by typing:

cd my_Small_lara

then type:

pip3 install -f requirements.txt

configurations:

to config the app

open bot_config.py

  • replace mybot with your bot name
  • replace myt with your telegram token
  • set bot_read_only to True If you want to stop self-learnning

then save the file

run the app:

To train the bot before running for the first time, all you have to do is run traine.py then run files run.py and app.py , Then go chat to have a fun time

license:

gpl v3+