https://www.python.org/downloads/
Open your command line and type in the following once python is installed:
pip install uv
This is self explanatory
Once you have UV installed, navigate to wherever the code is downloaded to and run the following command:
uv sync
Firstly rename the file called .example.env
to .env
. Then inside the file replace the string with your API key.
Create the folder that will hold your blogs. You can name it whatever feels relevant.
Inside of this folder create a file called blogs.txt
. Inside of this file put each title of your blog that you want generated on a separate line. There should be no empty lines!
Now finally run uv run main.py <folder name that you created>
.
So for example, if I created a folder called test_blogs
then I'd run uv run main.py test_blogs
.