OP 25 January, 2024 - 03:25 AM
(This post was last modified: 25 January, 2024 - 05:14 AM by anon040.)
I've had this idea for a long time, well since the major appearance of Ai tools. Last week I decided to make it come to life.
I made this script that generates articles using gpt-3.5-turbo or gpt-4 models, then I used Rest Api to publish the article automatically.
The idea was simple, so I made it a bit more complex. I added an option for generating keywords(20, 50, or 70 keyword) and save them to a text file. Then the script would go through every keyword and write an article about it and publish it.
I added an option that let the user choose how many articles he wants to generate per keyword.
I also managed to integrate images in the article as well. Now a user can choose how many images to generate and use within the article with an accuracy of 85% of posting between paragraphs. And the images will be different in each article.
Images can be either generated using DALL-E 3, or scrapped from Pixabay, Unsplash, and Pexels.
I wasn't satisfied yet so I decided to make a scheduler. The script can now post, theoretically, ' indefinitely '. The user can decide how many articles to generate for every 15min, 30, 1hour, ..., to a week.
So now you can just get a vps/rdp, setup the program there, and you can build a whole website.
![[Image: DxF6JmQ_d.webp?maxwidth=760&fidelity=grand]](https://i.imgur.com/DxF6JmQ_d.webp?maxwidth=760&fidelity=grand)
You can take a look at the script here:
https://youtu.be/zyPUQQRHVuM
This is a bump
I made this script that generates articles using gpt-3.5-turbo or gpt-4 models, then I used Rest Api to publish the article automatically.
The idea was simple, so I made it a bit more complex. I added an option for generating keywords(20, 50, or 70 keyword) and save them to a text file. Then the script would go through every keyword and write an article about it and publish it.
I added an option that let the user choose how many articles he wants to generate per keyword.
I also managed to integrate images in the article as well. Now a user can choose how many images to generate and use within the article with an accuracy of 85% of posting between paragraphs. And the images will be different in each article.
Images can be either generated using DALL-E 3, or scrapped from Pixabay, Unsplash, and Pexels.
I wasn't satisfied yet so I decided to make a scheduler. The script can now post, theoretically, ' indefinitely '. The user can decide how many articles to generate for every 15min, 30, 1hour, ..., to a week.
So now you can just get a vps/rdp, setup the program there, and you can build a whole website.
![[Image: DxF6JmQ_d.webp?maxwidth=760&fidelity=grand]](https://i.imgur.com/DxF6JmQ_d.webp?maxwidth=760&fidelity=grand)
You can take a look at the script here:
https://youtu.be/zyPUQQRHVuM
This is a bump