Add 'tag_exporter.rb'

This commit is contained in:
LWFlouisa 2020-05-29 23:31:19 -04:00
parent e50378dcbf
commit d60d06cd18

18
tag_exporter.rb Normal file
View File

@ -0,0 +1,18 @@
time = time.new
date = "#{time.day}#{time.month}#{time.year}"
diaspora_node = "https://diasp.org/people/f7b134e080630138a53e047d7b62795e"
mastodon_node = "https://mastodon.social/@LWFlouisa"
print "Your Post >> "; post = gets.chomp
promotion = "#{date}
#{post}
If you want to see my full posts: #{diaspora_node} #{mastodon_node}, some nice people here.
"
open("output.txt", "w") { |f|
f.puts
}