mysides/install.sh
thecookingsenpai b6abb2a75e first commit
2024-01-12 20:34:07 +01:00

8 lines
333 B
Bash

#!/bin/bash
pip install -r requirements.txt
mkdir news
cp .env.example .env
echo "You should now open your .env file and insert your Perplexity API Key."
echo "You can get one at: https://www.perplexity.ai/settings/api"
echo "Then, launch main.py and wait for it to finish."
echo "allsides.html contains an overview of all the news."