A Python script that extracts terms and definitions from the Tagalog, Cebuano, Hiligaynon, and Ilocano Dictionaries in Pinoy Dictionary using the requests and BeatifulSoup library. Multithreading was used to speed up the execution time of the script (I/O bound process).
pip install -r requirements.txt