# 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 NEET 2021 EXAM DATE RELEASED SAYS, MINISTRY OF EDUCATION

NEET 2021 EXAM DATE RELEASED SAYS, MINISTRY OF EDUCATION

                                              NEET 2021 CBSE REDUCED SYLLABUS BASED


                 NEET 2021 EXAM DATE RELEASED SAYS,  MINISTRY OF EDUCATION                 

neet pg 2021,neet 2021 syllabus,neet 2021 date by nta,neet 2021 exam date by nta,neet 2021 latest news,neet 2021 application form date by nta,nta neet,neet 2021 exam date latest news,neet 2021 registration,neet 2021,ntaneet.nic.in,neet,neet 2021 exam date,neet 2021 latest news,neet 2021 application form,ramesh pokhriyal,nta neet,neet 2021 syllabus,neet ug 2021,neet ug 2021 exam date,reduced syllabus of class 12 cbse 2020-21,neet syllabus 2021,cbse reduced syllabus,neet 2021 date by nta,neet 2021 updates,neet syllabus,reduced syllabus,neet ug 2021 latest news,cbse reduced syllabus class 12,neet 2021 exam date latest news,ramesh pokhriyal twitter,reduced syllabus for neet 2021,neet reduced syllabus 2021,neet 2021 syllabus reduced,neet updates 2021,neet syllabus reduced,neet 2021 ug

Neet 2021 will be held in may with no delay, In 2020 Neet Exam was postponed so many times. Students suffered in writing examination because of pandemic situation. Last Year many Students disappointed for not being a part of Examination I mean many were didn't attended Neet 2020 due to virus.


Education Minister told, Students not to panic for Neet 2021 Syllabus and exam. Vaccine has arrived so students get vaccinated before examination. Syllabus of Neet 2021 will be reduced according to CBSE present syllabus. Students are not confidence at studies because of Online Classes. 

In these online classes students are not good at studies. Education    Ministry told, examination may held in the month of May 2021 not sure update is still yet to come.

Post a Comment

0 Comments