SkillAgentSearch skills...

WebBot

Web-Version of ChatBot with Django

Install / Use

/learn @ahmadfaizalbh/WebBot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Setup

git clone https://github.com/ahmadfaizalbh/WebBot.git
cd WebBot
pip install -r requirements.txt

Initialize

python manage.py makemigrations
python manage.py migrate

Create Super User

python manage.py createsuperuser

Run server

python manage.py runserver

In Brouser

open http://localhost:8000

Live Replit

https://ChatBotAI-Demo.ahmadfaizal.repl.co

Note:-

update CONTACT_FROM and CONTACT_TO in settings.py

CONTACT_FROM = 'from_email@domain.com'
CONTACT_TO = ['to_email@domain.com']
View on GitHub
GitHub Stars8
CategoryCustomer
Updated8mo ago
Forks9

Languages

Python

Security Score

62/100

Audited on Jul 8, 2025

No findings