Search results

  1. yellowcat

    Making the move to custom software

    Not having clear vision of what they want off the rip (resulting in scope creep making projects harder than should be). Emotional investments from failiure. (Paying a few devs to do something losing money then writing it off as impossible etc. Resulting in taking possible convoluted...
  2. yellowcat

    Instagram Scraper - Username Limit Bypass ?

    Limit requests per proxy and accounts. Rotate accounts n proxies, pass the pagination token so new accounts start off where old ones stopped. If done correctly with multithreading and proper account/proxy management (Set accounts to sleep after interacting for X along with daily sleep after X)...
  3. yellowcat

    tips for adsense verification?

    How many blog posts/ length of blog posts is needed for adsense verification? Once you get verified for one domain can you use adsense on multiple domains, or must you verify for each? Any tips for getting verified is appreciated
  4. yellowcat

    Chatgpt python bot boiler code

    was able to get in simply reusing cookies from a previous login session. i was only ip banned so swapped over to a vpn logged in saved cookies n just used those to reload session. it worked was able to generate a few hundred articles through this.
  5. yellowcat

    Chatgpt python bot boiler code

    Seems like i got ip restricted after logging in a few times using same account. was able to relogin using vpn tho
  6. yellowcat

    Chatgpt python bot boiler code

    Yeah but this is just a very basic script to build off of
  7. yellowcat

    Chatgpt python bot boiler code

    Simple bot to enter in a message and read responses. Very barebones working on windows chrome Version 118 Usage: after you login there may be a captcha for you to solve (Hence why i added input() ) After logging in just click any pop ups
  8. yellowcat

    Chatgpt python bot boiler code

    chatgpt_bot.py import undetected_chromedriver as uc import time import pickle from selenium.webdriver.common.keys import Keys from colorama import Fore, Style, init # Define a custom user agent class chatgptBot(): def __init__(self): print ("beep boop chatgpt bot skelly")...
  9. yellowcat

    How did they even make this website???

    this websites layout is l33t af
  10. yellowcat

    Free Web scraping any site

    plz send me a dm with the site you wish to scrape and data needed
  11. yellowcat

    Free Web scraping any site

    will check back in tmrrw peace
  12. yellowcat

    Free Web scraping any site

    check pm
  13. yellowcat

    Free Web scraping any site

    Updated pms
  14. yellowcat

    Free Web scraping any site

    Send me a dm of the site you wish to have scraped and the data ya want. - cheers
  15. yellowcat

    how to go about properly monetizing my tiktok account?

    try to replicate it, maybe try to feed traffic from ur main tiktok over to the new account. If ur successfully able to create these types of accounts, this opens the door for reselling. Don't be hasty just focus on seeing how much u can make ur second account grow. if successful? congratulations...
  16. yellowcat

    help regarding google scraping

    import requests import csv from bs4 import BeautifulSoup # Read the keywords from a file with open("keywords.txt", "r") as file: keywords = file.read().splitlines() # Define the User-Agent header headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36...
  17. yellowcat

    Pricing formula for scraped email database.

    agreed, scraping source tends to determine quality.
Back
Top