Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 461 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 461 Bytes

jeopy

Jeopy is a python project intended to scrape data from the internet and present it. The goal is to scrape data from J!-Archive. My only goal for this project is to learn. The current topics for learning are HTML scraping and extending Python with C++.

This project requires the lxml library and the requests module. These can be installed from the command line with:

pip install lxml
pip install requests