May 4, 2011

OpneAI Create Articles based on keywords? | CyberSEO Pro | Support Forum

Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

No permission to create posts
sp_TopicIcon
OpneAI Create Articles based on keywords?
Topic Rating: 5 Topic Rating: 5 Topic Rating: 5 Topic Rating: 5 Topic Rating: 5 Topic Rating: 5 (1 votes) 
March 19, 2023
4:41 pm
Avatar
nevil7
Member
Members
Forum Posts: 16
Member Since:
March 1, 2023
sp_UserOfflineSmall Offline

Can I create a campaign with a list of keywords and have openAI create a post for each keywords (keyword being the title) ?

March 19, 2023
4:48 pm
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

Yes of course. There are many ways to do so. The easiest way is to use Login to see this link (just one method) in your post template or in OpenAI GPT assignment window. So your assignment for AI may look like this:

Login to see the quote

You can use a CSV file or a text dump with per-defined post titles.

You can use PHP code to implement some very complex scenarios. E.g.: Login to see this link

Also please read this article, it answers straight to your question: Login to see this link

BTW, when I asked ChatGPT to improve my style in Login to see this link of the manual before giving me a fixed version, it (he/she?) told me that it thought using Spintax for OpenAI GPT assignments was just a great idea cool

March 19, 2023
5:19 pm
Avatar
nevil7
Member
Members
Forum Posts: 16
Member Since:
March 1, 2023
sp_UserOfflineSmall Offline

Excellent! thank you.

March 20, 2023
11:04 am
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

You can even improve that method by generating both: the post title and its content. E.g.:

Post title assignment

Login to see the quote

Article assignment

Login to see the quote

March 24, 2023
3:33 pm
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline
April 26, 2023
9:30 am
Avatar
james2jaypac
Member
Members
Forum Posts: 6
Member Since:
February 2, 2023
sp_UserOfflineSmall Offline

How to generate from CSV in bulk? For example, I have 129 lines in CSV, for some reason the plugin takes only the first 3-4.

April 26, 2023
9:50 am
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline
Could you please clarify which method you are using to import the CSV file into CyberSEO Pro? The plugin supports two different methods, which are described in detail here: Login to see this link

Also, could you please provide me with a sample of a few lines from your CSV file, so that I can better understand the format of the data?

Finally, could you please explain in detail what you are trying to achieve by importing the CSV file? This will help me provide you with a more accurate solution.

Regarding your specific question about generating content in bulk from the CSV file, it may be that the plugin is only processing the first few lines due to a configuration issue or a limitation with your server’s resources. Without more information about your specific setup, it’s difficult to provide a more detailed answer.

April 26, 2023
11:14 am
Avatar
james2jaypac
Member
Members
Forum Posts: 6
Member Since:
February 2, 2023
sp_UserOfflineSmall Offline

Everything is fine with the server. I tried different settings: does not affect anything.

CSV simple: only the title

keyword 1
keyword 2

keyword n

Could you suggest a method to put on the generation of, for example, 1000 keywords from a list?

April 26, 2023
12:43 pm
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

Do you want to spin the titles of your posts of you want to keep them intact?

  1. If you want to spin them, then enable the Login to see this link, because all your posts will be unique.
  2. If you want to keep the titles intact, so every post title from your CSV file shall be used only once, set the Login to see this link option to check your posts for duplicates by their titles only.
April 26, 2023
3:56 pm
Avatar
james2jaypac
Member
Members
Forum Posts: 6
Member Since:
February 2, 2023
sp_UserOfflineSmall Offline
10sp_Permalink sp_Print
0

A unique title is generated. I don’t need more than one text per key. What server settings can change the number of posts?

April 26, 2023
4:02 pm
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

You mean the number of posts added at once? If so, you need to alter this option: Login to see this link

April 27, 2023
4:21 am
Avatar
james2jaypac
Member
Members
Forum Posts: 6
Member Since:
February 2, 2023
sp_UserOfflineSmall Offline
12sp_Permalink sp_Print
0

We have 129 lines. The maximum number of posts in the settings is 129. The plugin only posts the first 3. On a new start, the plugin starts with those first three lines. Can you show a video where you successfully generate at least 50 posts at one time? (From the list, not spintax)

April 27, 2023
11:52 am
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

Check your Login to see this link limit. You say that the plugin adds only a few posts out of 129. It seems like the script just runs out its maximum PHP execution time and your server kills the process. Try to increase that value and please keep in mind that OpenAI API takes a rather long time to process every single post. Thus I suggest you to import them by one by one – don’t try to get them all together.

April 27, 2023
12:39 pm
Avatar
james2jaypac
Member
Members
Forum Posts: 6
Member Since:
February 2, 2023
sp_UserOfflineSmall Offline
14sp_Permalink sp_Print
0

That was the first thing I did. I’ll try again.

May 15, 2023
6:08 am
Avatar
james2jaypac
Member
Members
Forum Posts: 6
Member Since:
February 2, 2023
sp_UserOfflineSmall Offline
15sp_Permalink sp_Print
0

The server settings do not affect anything.

On the video you have only 9 posts added, not all of them.

Requests per minute are limited on the openai side.

“Rate limit reached for default-gpt-3.5-turbo in organization … on requests per min. Limit: 3 / min. Please try again in 20s.”

Pauses between requests to openai are needed.

May 15, 2023
1:01 pm
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

The requested feature has been added in version 10.086.

BTW, you should keep in mind that if you are using CloudFlare, your server request time is limited to 100 seconds.

Obviously, this limitation cannot be “fixed” on the script side. Login to see this link

June 14, 2023
2:41 pm
Avatar
xawnu
Member
Members
Forum Posts: 4
Member Since:
June 12, 2023
sp_UserOfflineSmall Offline
17sp_Permalink sp_Print
0

We are testing both the AI Engine and CyberSEO plugin simultaneously. The AI Engine can generate hundreds of articles at once without any issue, but when we input 50 titles into CyberSEO, it gets stuck and does not respond.

June 14, 2023
2:46 pm
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

The only component in this process that could get stuck is your server. Please make sure you give it enough time to generate all 50 posts at once: Login to see this link

However, I would recommend to schedule them to be processed one by one, say once an hour, not all at once, because the OpenAI GPT API takes quite a long time to generate an article, depending on the used model, your prompt and settings.

June 14, 2023
2:49 pm
Avatar
xawnu
Member
Members
Forum Posts: 4
Member Since:
June 12, 2023
sp_UserOfflineSmall Offline
19sp_Permalink sp_Print
0

We did not choose to use images and simply tested generating text.

June 14, 2023
2:51 pm
Avatar
CyberSEO
Admin
Forum Posts: 3636
Member Since:
July 2, 2009
sp_UserOfflineSmall Offline

I see. It takes a second to download an image from a remote host, while the OpenAI GPT API can take up to a minute or even more to generate a single article.

No permission to create posts
Forum Timezone: Europe/Amsterdam

Most Users Ever Online: 541

Currently Online:
7 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

ninja321: 84

s.baryshev.aoasp: 64

Freedom: 61

MediFormatica: 49

B8europe: 47

saviulisse67: 45

Member Stats:

Guest Posters: 338

Members: 2603

Moderators: 0

Admins: 1

Forum Stats:

Groups: 1

Forums: 4

Topics: 1519

Posts: 7668

Newest Members:

FDJEZ, test.test, david_alija, paypal.orasmarketing, brad.lee.coates, Thatcham Town Radio

Administrators: CyberSEO: 3636