Skip to content

Discord bot with database and simple functionality (Python, Discord, SQLite)

Notifications You must be signed in to change notification settings

JKS9/Bot_python_sqlite_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PYTHON DISCORD BOT

Step 1 :

Clone the project

$ git clone https://github.com/JKS9/Bot_python_sqlite_starter.git

 

Step 2 :

Check that python >3.0 is properly installed:

Check that 'pip', the python package manager is installed or another equivalent:

 

Step 3:

Install a virtual environment on Python

$ python3 -m venv env

 

Step 4:

Install all packages contained in 'requirements.txt'

$ pip install -r .\requirements.txt

 

Step 5:

Starting the virtual environment

$ .\env\Scripts\activate

 

Step 6:

Starting the Discord Bot

$ python3 main.py

 

About

Discord bot with database and simple functionality (Python, Discord, SQLite)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages