Skip to content

Instantly share code, notes, and snippets.

View manishwarsingh's full-sized avatar
🏠
Working from office

Manish Thakur manishwarsingh

🏠
Working from office
View GitHub Profile
# -*- coding: utf-8 -*-
import scrapy
class AllSpider(scrapy.Spider):
name = "all"
start_urls = ["https://directory.ntschools.net/#/schools"]
headers = {
"Accept": "application/json",
"Accept-Encoding": "gzip, deflate, br",
"Accept-Language": "en-US,en;q=0.9,hi;q=0.8,lb;q=0.7",