To Run the Project, You have to have Python3 and Pip installed. To check if you have these installed,
For Python3:
python3 --version
For Pip:
pip --version
Make Sure pip --version gives python3 in result.
Now, Run
pip install pipenv
then, For Installing the dependencies, Go to the directory containing the file pipenvlock files and run
pipenv install
pipenv shell
Make edits according to your requirement in database.py and keywords.txt then
python database.py
python main.py