Andrei-Dolgolev / Wiki_searcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WikiRacer

Foobar is a Python library for dealing with word pluralization.

Installation

Use the package manager pip to install foobar.

pip install -r requirements.txt

Usage

import Racer

start = 'https://en.wikipedia.org/wiki/Battle_of_Cr%C3%A9cy'
end = 'https://en.wikipedia.org/wiki/Wehrmacht'

searcher = Racer(start,end,False)
searcher.search_from_start_to_end()

Roadmap

  • Add search to meet each other
  • Add search via diferent languages level
  • Add regontiton of article signature

License

MIT

About


Languages

Language:Python 100.0%