Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 440 Bytes

metaedia Crawls wikipedia and finds a connection between two articles ⛓️

Example input and output

> python metaedia.py Kuchen Mensch

[!] Article connection found!
- https://de.wikipedia.org/wiki/Kuchen
- https://de.wikipedia.org/wiki/H%C3%BChnerei
- https://de.wikipedia.org/wiki/Mensch
---- metaedia took 2.3538658618927 seconds to complete! ----

Installation

pip3 install -r requirements.txt