[HELP] Automated content generation system ⚡

thundrrrka

Newbie
Joined
Dec 12, 2017
Messages
42
Reaction score
12
Hi everyone! I wrote a Python script (running on a server) that searches for news/articles based on specified keywords, then reinterprets the content and creates a new article by highlighting the main points and keywords (it was created for a WordPress site).

However, I'm facing an issue and I'm not sure what would be the best solution. Unfortunately, the images (which are searched automatically) are not always accurate; about 60% of the time, the script provides irrelevant or location-specific images for the articles. Does anyone have any ideas on how to address this problem?
 
you might to set where statement in your script so it can filter better. looks which type of images are not relevant. or ask only first 10-20 of them, not a unlimited number. because if you search any keywords in google , first 5-7 are relevant and rest are garbage .
 
Unfortunately, that's not ideal. It's crucial to have relevant images since the script will be used on multiple websites and automatically generate content. The image must be real and fitting to the content. For example, if an article titled "From a Hobby to Weekly Contact with the World's Most Unique Coffee Farm" is about a married couple, I don't necessarily want to use their actual photo from the article, but the image should be related to the topic.
Perhaps this isn't the best example, but if, for instance, the article is about a university in my own country, the script shouldn't insert an image of a foreign university.
 
You can make the script save in a draft so that you can review manually before posting. Trusting a script to post for you is not wise it can mess you up.
 
Back
Top