$ pip install -r requirements.txt
- Download Chrome's webdriver and save it on root directory.
- Make sure you download the webdriver that's compatible with your current Google Chrome.
- Assuming you already have an account to Jasper.ai.
- Create a creds.py file in your project's root directory
- Inside your creds.py, create your credentials like this:
USERNAME = 'Your email/username here'
PASSWORD = 'Your password here'
- Jasper sends a Signin Code to your email/phone that you will have to manually input once the it prompts you.
- Rename the
sample_query.csv
file toquery.csv
- Inside the query.csv are the one input parameters
- prompt - The prompt you input in Jasper's QL Editor.
- Create a file called
user_agents.csv
and enter at least two lines of User Agent strings.
- On your project's root directory, create a folder named csvfiles.
- The output should be inside the csvfiles folder
$ python jasper.py