git clone https://github.com/ahmadfaizalbh/WebBot.git
cd WebBot
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
https://ChatBotAI-Demo.ahmadfaizal.repl.co
update CONTACT_FROM
and CONTACT_TO
in settings.py
CONTACT_FROM = 'from_email@domain.com'
CONTACT_TO = ['to_email@domain.com']