Skip to content

A webscraper for teaching a LLM to be an expert in devops. Scraper for the NeptunAI training dataset.

Notifications You must be signed in to change notification settings

neptun-software/neptun.bot

Repository files navigation

NEPTUN-SCRAPER

RUN

  • Install dependencies
poetry install
  • Run Neptun-Scraper
scrapy crawl dockerhubDockerRegistrySpider -a query="python"
  • Run Neptun-Bot (WebUI, Rest-Interface, Scrapy-Daemon)
docker compose up --build
  • Access the WebUI:
http://localhost:8000
  • Access the DAEMON-Interface:
http://localhost:6802
  • Create a Scrapyd-Job
curl http://localhost:6802/schedule.json -d project=neptunscraper -d spider=dockerhubDockerRegistrySpider

About

A webscraper for teaching a LLM to be an expert in devops. Scraper for the NeptunAI training dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published