# 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 We Are Committed To Your Privacy Whatsapp In Hindi

We Are Committed To Your Privacy Whatsapp In Hindi

Yesterday,Whatsapp had clarified about new privacy policy changes after it updates.



whatsapp new update,we are committed to your privacy whatsapp meaning in hindi,committed meaning in hindi,whatsapp messaging,we are committed to your privacy meaning in hindi,encrypted meaning in hindi,we are committed to your privacy in hindi,we are committed to your privacy meaning in malayalam,we are committed to your privacy meaning in tamil,we are committed to your privacy,we are committed to your privacy whatsapp meaning,we are committed to your privacy whatsapp,whatsapp can't see your shared location meaning in hindi,whatsapp can't see your shared location,we are committed to your privacy hindi meaning,whatsapp can't read or listen to your personal conversations as they're end-to-end encrypted,we are committed to your privacy meaning in marathi,we are committed to your privacy in hindi meaning,doesn't meaning in hindi,we are committed to your privacy meaning in telugu,we are committed to your privacy malayalam meaning,we are committed to your privacy tamil meaning,whatsapp can't see your shared location in hindi

                 
   Whatsapp Cannot See Any chats , Locations, And More

Haal hi mein , article  aaya tha Whatsapp privacy ko lekar. Indian Users ke sare chats, locations aur bank accounts leak hone lagsakte hain yeh batayagaya tha kuch news channels mein. 
yeh khabar s
These lines were told by whatsapp yesterday.

Post a Comment

0 Comments