You should have Python 3.8 or above already installed.
- In your cmd terminal, go into folder where your want to install your venv:
cd PATH_TO_FOLDER
- Create a Virtual Environment in the root folder
python -m venv .venv
-
Clone the repo from GitHub:
git clone https://github.com/Ashoka74/RubikScrapTool.git
-
Install required packages
pip install -r requirements.txt
-
Add your own OpenAIAPI in 'scrappingtool\Tweeter\views.py' (line 37)
-
From the scrappingtool subfolder, run the following command :
manage.py runserver
-
Open the url and launch your queries
-
Your first request will install some models on your machine so it will take a considerable amount of time
-
Each request can take a few minutes to complete depending on your computer's capacities