Recent content by luvguru69

  1. luvguru69

    Need help in editing code

    Did you read my comment at all? You are NOT passing in the content argument that is required. Yes it may be defined elsewhere but that function requires that you pass it in as an argument. Reread my comment and adjust your code.
  2. luvguru69

    Need help in editing code

    The method that you are trying to call takes 4 arguments, see: def post2wp(q, i, flag, content): if flag: openai.api_key = openai_key content = openai.Completion.create(model="text-davinci-002", prompt=q, temperature=aitemperature...
  3. luvguru69

    [Journey] Reviving an Abandoned Website

    Update 04/03/2022 Things done: - Generated about 12 new pages. This has slowed down due to a few other issues that needed fixing. Looks like my updates to my website that I thought would improve my rankings have actually had a negative effect. I've seen a drop in GSC which has been concerning...
  4. luvguru69

    [Journey] Reviving an Abandoned Website

    I will probably apply for Adsense once it reaches a certain amount of traffic(first got to get it to 1000 U.V.s a month) Update: 03/20/2021 - I have generated 4 more pages of content. Hopefully they will get indexed, not sure how to follow up once I insert them into the sitemap. - Met with a...
  5. luvguru69

    [Journey] Reviving an Abandoned Website

    Hey all this is my first journey. I'm using this forum to record progress and keep me accountable as I try to scale a website with very limited traffic. Niche: Music/Entertainment Goal: 1000 UV a day Website Backstory: I originally built this website around 2 years ago and had no clue what SEO...
  6. luvguru69

    API or script for generate result from DATABASE

    You need to have a full understanding of what data you want to be showed on your wordpress site. You say you want it to be displayed as a table. Is there a 1:1 correlation between the presentation table and your database table? Do you have to do some filtering on values of the table? Are you...
  7. luvguru69

    Instagram RAP Niche how to scale?

    Selling merchandise may be another avenue to monetize that audience. I think a safe assumption would be followers of a rap niche like to wear hype clothing. Maybe build out an ecom store and to convert traffic from your IG pages/websites to that.
  8. luvguru69

    Lead Funnel Form/Quiz Site Template

    I created a what I call a lead funnel form for someone else. Unfortunately they shifted focus and didn't end up using it. Instead of trashing it/archiving the project, I'm looking for people here that would like to use it for free. All I'm asking is for feedback so I can improve the product and...
  9. luvguru69

    Python function data to another function HELP

    Something like this could work. In the title function you need to add a parameter that accepts 'websiteurls' like done below. Another alternative could be to utilize global variables, but I would not recommend it.
  10. luvguru69

    How Many Clicks/Visits Before Attempting CPA?

    What is a good rule of thumb for amount of traffic before attempting to monetize a website using CPA? In my specific case I get around 10 clicks a day from tier 1 traffic(all organic search). What number do I realistically need to hit before attempting to monetize the website?
  11. luvguru69

    Kubernetes in VPS

    --Edit-- Guess I read your reply wrong. Currently using GCP so many switching to their managed GKE would be easiest. Other than that, probably try to bootstap the cluster myself in AWS EC2 instances if GKE was too expensive. Details of current infrastructure are in an above reply. As far as...
  12. luvguru69

    Kubernetes in VPS

    Thanks for the feedback I appreciate it. Looks like I'm better off just sticking to platforms I know instead of trying to save a quick buck.
  13. luvguru69

    Kubernetes in VPS

    Sure that makes sense. I guess for the time being, my time could be spent elsewhere and I can keep the current setup as is. My thinking was, invest the time to build out the infrastructure. Then when it comes time to add services getting them operational would be a breeze. Also I believe that...
  14. luvguru69

    Kubernetes in VPS

    Current Set Up: Front End Custom Built Frontend - Hosted in cloudfare DNS Backend API and NGINX Reverse Proxy - Custom server built with GO running in docker on its own compute instance Database - Document Datastore running in docker compose on its on compute instance I have new features...
Back
Top