Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

govuk_seed_crawler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

govuk_seed_crawler

  • 3.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

GOV.UK: Seed the Crawler

This gem retrieves a list of seed URLs from the GOV.UK sitemap and adds them to RabbitMQ so that the crawler can consume them.

Installation

Add this line to your application's Gemfile:

gem 'govuk_seed_crawler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install govuk_seed_crawler

Usage

To run with the RabbitMQ connection defaults:

bundle exec seed-crawler https://www.gov.uk/

Run with --help to see a list of options:

bundle exec seed-crawler --help

Deployment

The gem is automatically deployed to RubyGems when the gem version is updated on main. (Don't forget to add to the CHANGELOG!

For the new gem version to be used on GOV.UK, you'll need to update the reference in govuk-puppet.

Contributing

  1. Fork it ( http://github.com/{my-github-username}/govuk_seed_crawler/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

MIT License

FAQs

Package last updated on 22 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc