Skip to content

Python script to scrap coding questions data from Leetcode and upload it to your database.

Notifications You must be signed in to change notification settings

divyeshvala/Coding-Questions-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding-Questions-Scrapper

Overview

  • It is a python script to scrap coding questions data from Leetcode and upload it to your firebase database. HTML parser Beautiful Soup and firebase SDK have been used achieve this task.

Screenshots

This what firebase realtime database looks like after uploading Leetcode question to it.

Firebase Realtime Database

How to use it?

Install following packages in your pc -

  • beautifulsoup4
  • requests
  • firebase-admin
  • download latest chromedriver (And place it into the driver directory)
  • download your firebase admin sdk private key json file and place it in root directory

About

Python script to scrap coding questions data from Leetcode and upload it to your database.

Topics

Resources

Stars

Watchers

Forks

Languages