KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
WebBot
★ 8
Open GitHub ↗
Web-Version of ChatBot with Django
Download README (.md)
Explore Similar Repositories
FPGA_piano
:
基于FPGA的数字电子琴设计
ember-component-stats
:
No description available.
apollo-server-plugin-server-timing
:
Adds server-timing response headers for Apollo Server
plugin-decorator
:
Vuex ORM decorator for model field definitions.
JitterGameDemo
:
Releases
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WebBot
?
Download (.md)
# Setup ```bash git clone https://github.com/ahmadfaizalbh/WebBot.git cd WebBot pip install -r requirements.txt ``` # Initialize ```bash python manage.py makemigrations python manage.py migrate ``` # Create Super User ```bash python manage.py createsuperuser ``` # Run server ```bash 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 ```python CONTACT_FROM = 'from_email@domain.com' CONTACT_TO = ['to_email@domain.com'] ```