Update 'tag_exporter.rb'

This commit is contained in:
LWFlouisa 2020-05-29 23:32:41 -04:00
parent 7ac2d9bb85
commit e092435a06

View File

@ -8,12 +8,12 @@ mastodon_node = "https://mastodon.social/@LWFlouisa"
print "Your Post >> "; post = gets.chomp
promotion = "#{date}
public_post = "#{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
}
system("clear")
puts public_post