Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
Quick Update:

I've opened up the custom OpenAI prompt setting to allow users to customize the output. It still requires a few parameters (the [QUESTION] and [ANSWER] tokens in the prompt so that Q&A Grabber can provide the right content to have rewritten/expanded upon) and there is some prompt engineering in the background to force OpenAI to provide content back in a predictable and parsable response. With that said, it's now possible to have OpenAI create multiple-paragraph responses per Question/Answer. It took some fine tuning to get this working, but it was worth the end result.

I've also added a few other bug fixes and improvements that will be outlined in the changelog when the new version is released.

Now, on to the reason for the delay in releasing this updated version, which I was hoping to have out Friday/this weekend:

During my first few quick tests after adding ChatGPT, it was great - returned results quickly and provided well-written content. However, I've hit a few issues with limits - especially with custom prompts + free/trial API accounts + multithreading:

20 requests / 40K tokens per minute

This is not much - The 20 requests per minute is pretty weak (1 per 3 seconds), and the 40K tokens is surprisingly easy to blow through with more advanced prompts, aside from the most basic of rewrite prompts.

I had been focusing on the 20 requests/min limitation and completely skipped over the 40k tokens/min limitation; I actually just realized that an hour or so ago after pulling my hair over the weekend and yesterday while trying to figure out why the limits were continually being exceeded.

Even with the paid ChatGPT API, the limits aren't terribly exciting, but the "pay as you go (after 48 hours)" plan allows for all the requests per minute you'd need (3500) and over double the tokens per minute of the free/trial API keys.

Now that I've figure out this is part of the problem, I'm reworking the code a bit more to properly handle the different token limits and have a few ideas on how to get some more mileage out of free accounts that I won't mention in public just yet (as this approach would likely not be condoned by OpenAI, so it would be an unofficial workaround).

Trying to get the adjustments made asap to push live, will post here when ready.
 
With these updates and more, I am sure this app will give serious competition to other popular AI writer apps.
 
  • Like
Reactions: X
Minor Update:

Just Released v2.3.2

Google changed the way PAA HTML was rendered, causing an issue with results scraping the question for both the Question & Answer data, so I pushed an emergency patch to get scraping working again properly while I work on finishing up some updates for the next bigger release.

Changelog:

- Fix: Issue with scraping question as answer due to changes in Google's PAA HTML markup (single and bulk scrape)
- Fix: Single Scrape Tab Results spinning & translating
- Improved: Added delays to honor OpenAI GPT-3 rate limits & help prevent errors
- New: Groundwork for Advanced Keyword Management (coming soon)
- New: Groundwork for Project Management - Keywords, different output settings (formats, output destinations, translations, etc.) per project (coming soon)

Please ignore the Keywords tab for the moment - I am close to finishing up the implementation for it and project features (along with several outstanding user requests), but had to disable/hide those settings while pushing this fix to hurry up and get it live.

I improved the rate limiting for GPT-3, but didn't get as much time to work on GPT-3.5 limits this past week as I would have liked, but will be trying to wrap it up (hopefully tomorrow) to honor trial + paid account limits so I can get it fully enabled for everyone without hitting errors during API calls.

Additionally, I already applied for GPT-4 API the day it was announced, still waiting on access. If anyone else would like to incorporate it when this update is live, I'd recommend applying for API access now if you haven't already - it will be significantly more expensive than GPT-3.5, though (should be easy to incorporate this improved rate-limiting logic for v4 once I get access, so should be much quicker than 3.5 has been).

I hope this update fixes the recent scrape issue for everyone - if you still have problems please PM me and I'll investigate to adjust asap.
 
Blow my mind your on a winer well done, time gone fast.
Take care m8.
Grate updates.
Surly this is becoming a massive need and price wise should go up a lot.
 
  • Like
Reactions: X
The goal should be to reach this level...its all AI generated content...its a complex process but this screenshot shows that it can be done...maybe when we have GPT5 -
8bLAXpu
His scripts do the following - producing headings, outlines, keyword lists, scraping PAA & snippets for accuracy, summarizing, producing the content, analyzing the content and inserting key points as well as a possibility of other questions the reader might have after reading a section
Source - https://www.blackhatworld.com/seo/y...ce-niche-target-60-000-a-month.1433249/page-6
 
Version 2.4.0 Released
ChatGPT / GPT-3.5 Integration + More​

Still working on the major features to be released, but had a few updates worth pushing out in the meantime, including a few bug fixes and a few new features - still plenty more to come soon, but needed to get this version out to hopefully address a few reported bugs.

You can download from the the thank you page - if you update and run and the software immediately fails on running a scrape after launching, please close and reopen and scrapes should run as expected going forward.

Please do some small tests with your preferred settings and check the output is what you're expecting/wanting before doing larger-scale scrapes.

The main feature for this update is ChatGPT integration, and two other improvements include:

Removal of random # of H2s during bulk scrapes (HTML output format) - helps reduce the pattern of PAA:

bulk-content-remove-h2-screenshot.jpeg

Along with the long overdue embedding of scraped YouTube videos into HTML & HTML FAQ results during bulk scrapes (instead of just saving the raw URL by itself):

youtube-embed-screenshot.jpeg

(more video embed options coming soon, along with image options)

Full Changelog:
  • New: ChatGPT (GPT-3.5) support for rewriting results
  • New: Embed YouTube videos in results (HTML + HTML FAQ) during bulk scrapes
  • New: Option to remove random number of H2s (questions) from output during bulk scrapes (HTML output format)
  • New: Option to preserve first H2 (question) when removing random H2s during bulk scrapes
  • Improved: Reorganized Settings Interface
    • New Video Settings Tab (Output Settings)
    • New Bulk Output Setting Tabs (Output Settings)
    • Moved CAPTCHAs Tab to Misc. Settings
  • Fix: Bug on some machines with HTML outputs not including answers
  • Fix: Improved OpenAI logic + delay times for Paid & Free OpenAI API Keys (new setting to choose if API is paid or free/trial)
Still room for improved rate limit optimization with paid OpenAI accounts, but the current settings should allow paid API keys to rewrite faster than using the slower default limits, and the free trial/unpaid account limits should be more accurate to avoid overload errors by preventing exceeding the max allowed speeds by OpenAI.

I hope this update fixes the bugs a few users were encountering - please shoot me a PM or open a support ticket if not and I'll investigate asap to incorporate fixes as more features are wrapped up and pushed live.

Blow my mind your on a winer well done, time gone fast.
Take care m8.
Grate updates.
Surly this is becoming a massive need and price wise should go up a lot.

Thank you for the kind words! Been wanting to raise the price for a while now - going to submit and updated sales thread with over double the price once the last few major planned features have been incorporated.

The goal should be to reach this level...its all AI generated content...its a complex process but this screenshot shows that it can be done...maybe when we have GPT5 -
8bLAXpu
His scripts do the following - producing headings, outlines, keyword lists, scraping PAA & snippets for accuracy, summarizing, producing the content, analyzing the content and inserting key points as well as a possibility of other questions the reader might have after reading a section
Source - https://www.blackhatworld.com/seo/y...ce-niche-target-60-000-a-month.1433249/page-6

Yup, working on adding several options for generating text before and after the PAA content (intro and outro), expanding more on the PAA results + templating options to create full templates for output based on a seed Q&A, and options for extra commands between each set of Q&A results to enrich the content (subtopics, related topics, summaries, etc.), embedding images + tweets, etc.
 
Version 2.4.0 Released
ChatGPT / GPT-3.5 Integration + More​

Still working on the major features to be released, but had a few updates worth pushing out in the meantime, including a few bug fixes and a few new features - still plenty more to come soon, but needed to get this version out to hopefully address a few reported bugs.

You can download from the the thank you page - if you update and run and the software immediately fails on running a scrape after launching, please close and reopen and scrapes should run as expected going forward.

Please do some small tests with your preferred settings and check the output is what you're expecting/wanting before doing larger-scale scrapes.

The main feature for this update is ChatGPT integration, and two other improvements include:

Removal of random # of H2s during bulk scrapes (HTML output format) - helps reduce the pattern of PAA:

View attachment 248435

Along with the long overdue embedding of scraped YouTube videos into HTML & HTML FAQ results during bulk scrapes (instead of just saving the raw URL by itself):

View attachment 248436

(more video embed options coming soon, along with image options)

Full Changelog:
  • New: ChatGPT (GPT-3.5) support for rewriting results
  • New: Embed YouTube videos in results (HTML + HTML FAQ) during bulk scrapes
  • New: Option to remove random number of H2s (questions) from output during bulk scrapes (HTML output format)
  • New: Option to preserve first H2 (question) when removing random H2s during bulk scrapes
  • Improved: Reorganized Settings Interface
    • New Video Settings Tab (Output Settings)
    • New Bulk Output Setting Tabs (Output Settings)
    • Moved CAPTCHAs Tab to Misc. Settings
  • Fix: Bug on some machines with HTML outputs not including answers
  • Fix: Improved OpenAI logic + delay times for Paid & Free OpenAI API Keys (new setting to choose if API is paid or free/trial)
Still room for improved rate limit optimization with paid OpenAI accounts, but the current settings should allow paid API keys to rewrite faster than using the slower default limits, and the free trial/unpaid account limits should be more accurate to avoid overload errors by preventing exceeding the max allowed speeds by OpenAI.

I hope this update fixes the bugs a few users were encountering - please shoot me a PM or open a support ticket if not and I'll investigate asap to incorporate fixes as more features are wrapped up and pushed live.



Thank you for the kind words! Been wanting to raise the price for a while now - going to submit and updated sales thread with over double the price once the last few major planned features have been incorporated.



Yup, working on adding several options for generating text before and after the PAA content (intro and outro), expanding more on the PAA results + templating options to create full templates for output based on a seed Q&A, and options for extra commands between each set of Q&A results to enrich the content (subtopics, related topics, summaries, etc.), embedding images + tweets, etc.
Interested in bhf lifetime coupon
 
  • Like
Reactions: X
Interested in bhf lifetime coupon

Same, interested

Coupons sent shortly after requested - please let me know if you have any questions!

Hi, would like to get the bhf lifetime coupon!
Thanks

Thank you for your purchase! Please let me know if you have any issues with your proxies/settings/etc. and I'll follow up asap!


Almost done with the next release: you can generate intro and outro paragraphs based on the keyword used and content scraped (custom/editable prompts for both), and WordPress integration is going live.

First version of WP integration will only allow posting as the content is scraped, but I already have plans for a fairly quick update to allow for custom schedule posting between X and X time, only posting X times per hour, etc. so that will be pushed as a separate update so I can get this first iteration live asap and refine on it. Will post as soon as it's live, testing is going well on it so shouldn't be much longer.
 
Just a heads up - pushed v2.4.1 which should fix the scraping issues due to the recent change with Google.

Please shoot me a PM or open a ticket if you have any issues so I can debug, but should be good to go now.

Trying to wrap up the other features for the next major update to push live, but wanted to go ahead and get this fix pushed to keep the scraping functionality working properly in the meantime. Thanks for your patience, looking forward to getting the next batch of features out asap!
 
Help. Soft doesn't work now
Please open a support ticket or PM me with error information - this thread is not for support. Thank you.
 
Status
Not open for further replies.
Back
Top