Update 'tag_exporter.rb'
This commit is contained in:
parent
7ac2d9bb85
commit
e092435a06
@ -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
|
Loading…
Reference in New Issue
Block a user