πŸ“¦ pgoslatara / medium_scraper

A slightly sarcastic, highly over-engineered GitHub-as-a-Data-Platform Proof-of-Concept.

β˜… 1 stars β‘‚ 0 forks πŸ‘ 1 watching
πŸ“₯ Clone https://github.com/pgoslatara/medium_scraper.git
HTTPS git clone https://github.com/pgoslatara/medium_scraper.git
SSH git clone git@github.com:pgoslatara/medium_scraper.git
CLI gh repo clone pgoslatara/medium_scraper
PΓ‘draic Slattery PΓ‘draic Slattery Manual hook update (#410) 59c8692 1 days ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“ .github
πŸ“ dbt
πŸ“ docs
πŸ“ images
πŸ“ output
πŸ“ src
πŸ“ utils
πŸ“„ .gitattributes
πŸ“„ .gitignore
πŸ“„ .python-version
πŸ“„ makefile
πŸ“„ mypy.ini
πŸ“„ poetry.lock
πŸ“„ pyproject.toml
πŸ“„ README.md
πŸ“„ README.md

medium_scraper

A slightly sarcastic, highly over-engineered GitHub-as-a-Data-Platform Proof-of-Concept.

Development setup

  • Create virtual env and install required packages:
python3.11 -m virtualenv .venv
    source .venv/bin/activate
    pip install -e .
    pre-commit install

  • Required environment variables:
set -gx DATA_DIR $(pwd)/local_output