A Twitter bot that tweets random frames from the Computer Chronicles TV show https://twitter.com/chronicles_bot
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Gemfile 211B

123456789
  1. # frozen_string_literal: true
  2. source "https://rubygems.org"
  3. git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
  4. gem "dotenv", "~> 2.7"
  5. gem "twitter", "~> 6.2"
  6. gem "tumblr_client", "~> 0.8.5"