Metadata-Version: 2.4
Name: ojs_scraper
Version: 0.1.0
Summary: Add your description here
Author-email: Miguel González Duque <miguelgondu@gmail.com>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: beautifulsoup4>=4.14.3
Requires-Dist: lxml>=6.0.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: requests>=2.34.2
Requires-Dist: supabase>=2.15.1
Description-Content-Type: text/markdown

# OJS Scraper

A Python package for scraping articles from OJS journals.

## Tutorial

1. Go to the OJS journal of your choice, and search of the `/archive` website? (for example: `https://revistas.unal.edu.co/index.php/idval/issue/archive`). This page should contain the volumes of the journal.
2. **Finding the issue tags**: ...
3. **Finding the article tags**: ...
4. **Finding the article galley class**: ...
5. Saving a `.yaml` file.
