Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 900 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 900 Bytes

Astrolgy Data

Data scraped from Astro-Databank for Research.

Requirements

  • Python 3.7
  • beautifulsoup4

Example of a website page and extrated to json

Website page of a data

Astro Site data example

Extracted the website data into json

Json example

How to use the repository

  • full_data.zip contains all the data available on the site
  • For getting the data one by one
    $ python3 loopAllPage.py
    
  • For getting the data using multi-threading
    $ python3 multiprocessAllpage.py
    
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please cite this repository, if you use in any publications.