Go-Alexander / Rachel

Rachel is an assistant !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey there , I am Rachel !


Hi , I am an assistant written in Python !

I can't do many difficult stuff , but I am a lovely Assistant !

It's required to have MySQL on your device .

The are some Python Modules you need to install . You can see them Here .

There are some steps before running !


Packages need to be install (debian) :

$ sudo apt install mysql-server mysql-client espeak ffmpeg python3-pip
$ sudo systemctl restart mysql.service

There are the all package you need , try dnf install on fedora , pacman -S on Arch bases , eopkg it on Solus and ETC .

MySQL Configuration :

$ sudo mysql
> CREATE USER 'Rachel'@'localhost' IDENTIFIED BY 'Rachel';
> GRANT ALL PRIVILEGES ON *.* TO 'newuser'@'localhost';
> FLUSH PRIVILEGES;
> exit
$ sudo systemctl restart mysql.service

How To Run :

$ git clone https://github.com/BlackIQ/Rachel && cd Rachel
$ python3 -m venv venv && source venv/bin/activate
$ pip3 install -r req.txt && alias Rachel="python3 Rachel.py"
$ python3 setup.py
$ Rachel

There is just a person who had contributed on me !

Many thanks from Erfan Saberi ♥ for the idea !

Many thanks from Mani Jamali for help in Rachel's talking !

Contribute on me !

About

Rachel is an assistant !

License:GNU General Public License v3.0


Languages

Language:Python 100.0%