# 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 AMAZON INDIA SALES BEGIN WITH REPUBLIC DAY SPECIAL CONTEST KNOW T&C

AMAZON INDIA SALES BEGIN WITH REPUBLIC DAY SPECIAL CONTEST KNOW T&C

  Amazon India Have Post Tweet On New Contest Of Republic Day For Terms And Conditions

amazon upcoming sale 2021, amazon sale 2021 dates, amazon republic day sale 2021 dates, republic day sale flipkart 2021, amazon republic day sale 2021 offers, amazon republic day sale 2021 home and kitchen, amazon republic day sale 2021 card, amazon republic day sale 2021 kitchen, republic day sale myntra 2021, republic day sale flipkart 2021, amazon republic day promo code,

Today  Amazon Republic Day Sale has began and it will be last on 23/01/2021 till now so many orders got placed. In this special day Amazon India has made a Contest for customers. To participate it has some Conditions and not everyone can participate in this contest it depends on your Eligibility.

I guess you all uses Twitter Social media Platform Amazon had posted clearly about this contest and had 
terms and conditions towards this.

amazon upcoming sale 2021, amazon sale 2021 dates, amazon republic day sale 2021 dates, republic day sale flipkart 2021, amazon republic day sale 2021 offers, amazon republic day sale 2021 home and kitchen, amazon republic day sale 2021 card, amazon republic day sale 2021 kitchen, republic day sale myntra 2021, republic day sale flipkart 2021, amazon republic day promo code,

TERMS & CONDITIONS:


amazon upcoming sale 2021, amazon sale 2021 dates, amazon republic day sale 2021 dates, republic day sale flipkart 2021, amazon republic day sale 2021 offers, amazon republic day sale 2021 home and kitchen, amazon republic day sale 2021 card, amazon republic day sale 2021 kitchen, republic day sale myntra 2021, republic day sale flipkart 2021, amazon republic day promo code,

FULFIL THE FOLLOWING ELIGIBILITY CRITERIA TO ENTER THE  CONTEST: 

 
  • 1. You should be an individual legal resident of the Republic of India.
  •  2. You should be of an age 18 years or above at the time of entry into the Contest.
  •  3. Total of 5 winners will be announced, each winner will be eligible to win only 1 Prize under this Contest. 
  • 4. The names of the winner of this Contest will be posted by Amazon on 19th lanuary'21 on Amazon India Twitter handle (@amazonIN) 
  • 5. The selection is basis Amazon selection process and Amazon holds right to change it anytime. 

These above are the conditions you must fulfill if before participating. these are strict criteria to join this contest and to win amazing prizes from Amazon India.

Follow Amazon India on Twitter, Instagram, Facebook to participate this contest. comment down if you're going to participating.

Post a Comment

0 Comments