Search results

  1. 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
  2. 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")...
  3. yellowcat

    Free Web scraping any site

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

    Anyone using ai generated prof pics?

    If so what tools do you recommend?
  5. yellowcat

    Can app devs detect which gmail/playstore account id you are using?

    if you download an app uninstall it and download it again what are some common ways the app devs can tell you're the same user? Can they detect which gmail/playstore account id you are using?
  6. yellowcat

    Looking for dev who can reverse engineer android apps

    Looking for someone who can reverse engineer the instagram api on an android phone for account creation. Must be able to show step by step requests made and requirements (api key etc) send dm and include price
  7. yellowcat

    Any way to get facebook profile page via fbid?

    i have a list of fbids scraped from insta and i was wondering if they can be used for getting profile page. If not are they useful for anything? 17841408711132638 17841447310625534 17841400107135457 17841400058677405 17841418857321386 17841400602743422 17841401685130805 17841447053872235...
  8. yellowcat

    Delete plz

    Can't seem to open profiles without logging in. such as instagram.com/cake forces a login Does anyone know whats going on?
  9. yellowcat

    Twitter bots api vs none api whats better

    Besides obtaining an api which do you feel gets less bans twitter accounts being botted via api key vs none api key
  10. yellowcat

    So whats with these sites?

    http://linkboxi.com/ https://www.infolinks.top/ Are they "link farms"? They seem like they just display data from google when you enter a search and show alexa ranking + hosting details for sites. How can they even rank if they just reuse data from google ?
  11. yellowcat

    Receive sms online free portal

    I created a website that crawls and displays sms messages from other sms sites, thought it would be cool to share here.There's a search functionality for searching specific keywords from messages. I'm plan on adding data from a couple dozen other sites in the future.There's no adds, also numbers...
  12. yellowcat

    Instagram Advertising can you target @usernames/phone numbers/emails ?

    I have a dataset scraped from instagram users. (Phones/emails/usernames/geo loc etc) I was wondering if you use to target users through instagram advertising
  13. yellowcat

    Why would anyone want to buy datasets of websites using google analytics?

    So i was looking at https://trends.builtwith.com/analytics and i don't really see the reasoning on how a list of say 600k websites using google analytics etc. could be beneficial. Could someone please explain?
  14. yellowcat

    Why do free public proxies even exist?

    Okay so there's a whole whack of free proxies online you can obtain through a bing search. Lots of these proxies actually do work for mainstream sites like google, instagram, facebook etc. So this begs the question why would anyone go through the effort? I know people can accidentally configure...
  15. yellowcat

    Post one thing you like and one thing you dislike about the poster above you

    Post one thing you like and one thing you dislike about the poster above you Go
  16. yellowcat

    i have 1.4 million business leads how should i make a profitable site?

    I have a database of 1.4 million business leads with first/last name , company name, phone , email, location , etc. The data is not "publically available" Im looking for ideas on how to create a profitable site with this data. Do you think the traffic from creating a public directory site with...
  17. yellowcat

    Email Harvester Source Code

    I was drunk when i wrote this # All cats are yellow import threading,re import time,requests from threading import Lock from urlparse import urlparse from bs4 import BeautifulSoup from random import randint import os import unicodecsv ackLogFile = open("stats.csv", "ab") writer =...
  18. yellowcat

    Expired Domain Scraper And PA/DA Checker [Code]

    Expireddomains scraper #all cats are yellow import requests,time from bs4 import BeautifulSoup keyword = "cats" url = "https://www.expireddomains.net/domain-name-search/?o=bl&r=d&ftlds[]=2&q=%s"%(keyword) r = requests.get(url) FILENAME = 'data.txt' listy = [] main_url =...
  19. yellowcat

    Tumblr Mass Queue Bot Code

    #All cats are yellow from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains import sys import linecache import time,pickle from selenium.webdriver.common.keys import Keys class Tbot(): def __init__(self): _='_=' def...
  20. yellowcat

    What are some cool apis to test out?

    I was playing around with the youtube api and was interested if anyone has any recommendations of apis to test out.
Back
Top