ThePyProgrammer / shabdkosh

Scrape Hindi Quotes from shabdkosh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shabdkosh

Get Hindi Quotes from shabdkosh.com

Procedure to use the code (for beginners):

  1. Download Python (version 3.6.6 is suggested but I myself am using version 3.7.2 and it works perfectly)
  2. Open cmd and run command pip install requests bs4
  3. Open Python's Integrated Development and Learning Environment (IDLE) and then hindiQuotes.py via the Ctrl-O command
  4. Run via F5 command, and wait for all the text to print out in the Python Shell.
  5. Copy text from the Python Shell and paste it into the notepad (note, lag may occur because it is around 4000-5000 words of data)
  6. You have the quotes available to use

About

Scrape Hindi Quotes from shabdkosh.com

License:MIT License


Languages

Language:Python 100.0%