Skip to content

Instantly share code, notes, and snippets.

View thiagomgd's full-sized avatar

Thiago Margarida thiagomgd

View GitHub Profile
@LindseyB
LindseyB / Gemfile
Last active August 12, 2021 21:50
takes posts from instagram and posts them over to mastodon
source "https://rubygems.org"
gem 'mastodon-api', require: 'mastodon', github: 'tootsuite/mastodon-api'
gem 'instagram', require: 'instagram'