A Twitter bot that tweets random frames from the Computer Chronicles TV show https://twitter.com/chronicles_bot
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Gemfile 208B

1234567891011
  1. # frozen_string_literal: true
  2. source "https://rubygems.org"
  3. git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
  4. # gem "rails"
  5. gem "dotenv", "~> 2.7"
  6. gem "google-api-client", "~> 0.30.8"