Username / actor creating the post:
@[email protected]
https://manton.org/activitypub/manton
Follower receiving the post:
| # Mastodon ActivityStreams (.tar.gz) file to Blog Archive (.bar) converter | |
| # by Manton Reece | |
| # MIT license | |
| require 'rubygems' | |
| require 'zip' | |
| require 'zlib' | |
| require 'minitar' | |
| require 'json' | |
| require 'fileutils' |
| require "json" | |
| require "cgi" | |
| # JSON Feed file, folder of MP3s, and Micro.blog auth token | |
| json_path = "/Users/manton/Dropbox/Documents/Timetable/Backup/timetable_posts.json" | |
| episodes_path = "/Users/manton/Dropbox/Documents/Timetable/Episodes" | |
| token = "..." | |
| info = JSON.parse(IO.read(json_path)) | |
| episodes = info["items"] |
Username / actor creating the post:
@[email protected]
https://manton.org/activitypub/manton
Follower receiving the post:
| # run with: ruby jsonfeed_convert_rss.rb "http://therecord.co/xml/rss.xml" | |
| # also make sure to "gem install simple-rss" first | |
| require 'rubygems' | |
| require 'simple-rss' | |
| require 'open-uri' | |
| require 'json' | |
| rss_url = ARGV[0] |
I hereby claim:
To claim this, I am signing this object: