Skip to content

Instantly share code, notes, and snippets.

@Denniskamau
Created April 14, 2020 14:26
Show Gist options
  • Save Denniskamau/e373f277d77818cee1eab13a26fa64cc to your computer and use it in GitHub Desktop.
Save Denniskamau/e373f277d77818cee1eab13a26fa64cc to your computer and use it in GitHub Desktop.
run scrapper
...
def main():
url = "https://textbookcentre.com/catalogue/category/text-books/primary-school/"
scrapper = Scrapper()
scrapper.initializeScrapping(url)
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment