Skip to content

Instantly share code, notes, and snippets.

@senid231
senid231 / crawler.rb
Last active January 17, 2023 21:56
parsing ukraine dtek oem shutdowns page and saving screenshot
#! /usr/bin/env ruby
# frozen_string_literal: true
# rubocop:disable Performance/Casecmp
require 'bundler/inline'
$stdout.sync = true
gemfile(true) do
source 'https://rubygems.org'