Skip to content

Python web scraper script that scrapes ordnet.dk. This allows the user to search words from the terminal.

License

Notifications You must be signed in to change notification settings

Reikimann/Ordnet-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ordnet.dk dictionary web scraper

A simple web scraper that scrapes ordnet.dk (Danish web dictionary) for information, regarding the searched term.

"example image"

When the search is done, the user will be presented with the opportunity to search again or terminate the process.

Requirements

  • Python3
  • Python module Beautifulsoup4
# Installing beautifulsoup (Needs python)
$ pip install beautifulsoup4

About

Python web scraper script that scrapes ordnet.dk. This allows the user to search words from the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages