0% found this document useful (0 votes)
4 views1 page

Bot Document

Uploaded by

fiverorder1645
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Bot Document

Uploaded by

fiverorder1645
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Here’s a simplified version of the process:

1. Watch the Video (First 10 Minutes)

- Go to the video link: https://youtu.be/_nFwPTHOMIY?si=K4dAagutcFWDIUiP and watch the first


10 minutes for context.

2. Find the `manage.py` File

- Locate the folder in your project that contains the `manage.py` file.

3. Open Command Prompt in That Folder

- Right-click inside the folder (where `manage.py` is) while holding the `Shift` key.

- Select "Open Command Prompt here" or "Open PowerShell here."

4. Install Dependencies

- In the command prompt, type the following to install necessary packages:

pip install -r requirements.txt

5. Run the Django Server

- After the installation is complete, run the server with this command:

python manage.py runserver

6. Access the Bot

- Open your browser and go to https://localhost:8000 to access the bot.

That’s it! You should now be able to run and access the bot.

You might also like