https://github.com/palewire/first-github-scraper
An introduction to free, automated web scraping with GitHub’s powerful new Actions framework.
https://github.com/palewire/first-github-scraper
data-journalism git-scraper github-actions journalism news python scraper tutorial
Last synced: 6 months ago
JSON representation
An introduction to free, automated web scraping with GitHub’s powerful new Actions framework.
- Host: GitHub
- URL: https://github.com/palewire/first-github-scraper
- Owner: palewire
- License: mit
- Created: 2022-02-16T22:33:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:33:54.000Z (about 1 year ago)
- Last Synced: 2025-04-15T05:55:18.150Z (6 months ago)
- Topics: data-journalism, git-scraper, github-actions, journalism, news, python, scraper, tutorial
- Language: Jupyter Notebook
- Homepage: https://palewi.re/docs/first-github-scraper/
- Size: 22.2 MB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An introduction to free, automated web scraping with GitHub’s powerful new Actions framework
Published at [palewi.re/docs/first-github-scraper/](https://palewi.re/docs/first-github-scraper/)
## Contributing
Clone the repository and move into the code directory. Then install the Python dependencies.
```bash
pipenv install
```Start the test documentation server on your computer.
```
make docs
```Visit [localhost:8000](http://localhost:8000) in your browser to see the current state of the site. Edit files in the `./docs` directory and save. The page should reload with the latest.