# Google says don't use this script: https://twitter.com/methode/status/783733724655517696 # This script is a violation of Google Terms of Service. Don't use it. import requests import csv import os import time from bs4 import BeautifulSoup from urllib.parse import urlencode seconds = input('Enter number of seconds to wait between URL checks: ') output = os.path.join(os.path.dirname(__file__), input('Enter a filename (minus file extension): ')+'.csv') urlinput = os.path.join(os.path.dirname(__file__), input('Enter input text file: ')) urls = open(urlinput, "r") proxies = { 'https' : 'https://localhost:8123', 'http' : 'http://localhost:8123' } user_agent = 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36' headers = { 'User-Agent' : user_agent} f = csv.writer(open(output, "w+", newline="\n", encoding="utf-8")) f.writerow(["URL", "Indexed"]) for line in iter(urls): query = {'q': 'info:' + line} google = "https://www.google.com/search?" + urlencode(query) data = requests.get(google, headers=headers, proxies=proxies) data.encoding = 'ISO-8859-1' soup = BeautifulSoup(str(data.content), "html.parser") try: check = soup.find(id="rso").find("div").find("div").find("h3").find("a") href = check['href'] f.writerow([line,"True"]) print(line + " is indexed!") except AttributeError: f.writerow([line,"False"]) print(line + " is NOT indexed!") print("Waiting " + str(seconds) + " seconds until checking next URL.\n") time.sleep(float(seconds)) urls.close() INDIA'S TECHNOLOGY Great Offers Of Republic Day Sale On Amazon India

Great Offers Of Republic Day Sale On Amazon India

            Great Offers  Of  Republic Day Sale On Amazon India

republic day amazon sale 2021,flipkart republic day sale 2021,amazon upcoming sale 2021,amazon republic day sale 2021 dates,amazon republic day sale 2021 offers,republic day offer on amazon,republic day sale, amazon 2020,amazon republic day sale offers

OnePlus 8T


  • Get OnePlus 8T on Amazon 
  • Including bank offer with coupon
  • Amoled Display with 120Hz support
  • Upto 9 Months no EMI on Amazon ( image  redirects to  amazon for easy purchase)

Samsung M51

  • Super saving battery has 7000mAh Battery Capacity
  • 6.7 Super Amoled Display with quick touch response 
  • Buy on Amazon for bank offer and some coupons (image  redirects to  amazon for easy purchase)

Redmi Note 9 Pro Max

  • Best low budget device with super features
  • 64MP Quad Camera Pixels Support
  • Available on Amazon India Republic day sale  (image  redirects to  amazon for easy purchase)

Post a Comment

0 Comments