Skip to content

An effective scraper for the erowid website using Python.

License

Notifications You must be signed in to change notification settings

Andoreatta/erowid-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erowid Scraper

1º time trying to create an effective scrapper

For now, its only the basic, I still have to plan the data structure and which info will be scrapped or not, still have a lot to explore.

To-do

  • Get all data from each row of the table
  • Parse all the data from the tables from each page
  • Make requests from each experience page (async and concurrent)
  • Format the data received to Markdown from each page for insertion into a database
  • Data insertions using psycopg2 to PostgreSQL
  • Create a tag for each unique substance found

About

An effective scraper for the erowid website using Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages