neptun-software / data-scraper

A webscraper for teaching a LLM to be an expert in devops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neptun Webscraper

codecov CI

Install it from PyPI

pip install neptun_webscraper

Usage

from neptun_webscraper import BaseClass
from neptun_webscraper import base_function

BaseClass().base_method()
base_function()
python -m neptun_webscraper
neptun_webscraper

Docker Hub Scraper

python -m neptun_webscraper dockerhub --query=python

Quay IO Scraper

python -m neptun_webscraper quay --query=python

Development

Create a virtualenv

make virtualenv
source .venv/bin/activ

Format the code

make fmt

Lint the code

make lint

Contributing

More commands are in the Makefile.

Read the CONTRIBUTING.md file.

About

A webscraper for teaching a LLM to be an expert in devops.

License:The Unlicense


Languages

Language:HTML 93.8%Language:Python 4.4%Language:Makefile 1.8%Language:Dockerfile 0.0%