Skip to content

scrape-epigraphy/topos-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topos-text

scrape works from topostext.org

Usage Guide

Installation

Required packages are:

  • beautifulsoup4

    • pip install beautifulsoup4
  • requests

    • pip install requests

Scraping

Scraper assumes the following:

  • You are trying to get the content of a list of works related to some query you did. Resulting in an html page more or less like that in rawData/toposText/toposTextData.html

If these are true:

  • simply copy paste your html page to rawData/toposText/
  • rename the new page to toposTextData.html
  • run python toposTextWorkScraper.py in main directory from command line

About

scrape works from topostext.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages