Skip to content

Instantly share code, notes, and snippets.

@haljpeg
Created November 15, 2022 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haljpeg/123611e286da640b5196cded30fda48b to your computer and use it in GitHub Desktop.
Save haljpeg/123611e286da640b5196cded30fda48b to your computer and use it in GitHub Desktop.
Gemfile for substack scraper on heroku
source 'https://rubygems.org'
ruby "3.1.2"
gem 'nokogiri'
gem 'open-uri'
gem 'csv'
gem 'aws-sdk-s3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment