time = time.new date = "#{time.day}#{time.month}#{time.year}" # Change your profiles here. diaspora_node = "https://diasp.org/people/f7b134e080630138a53e047d7b62795e" mastodon_node = "https://mastodon.social/@LWFlouisa" print "Your Post >> "; post = gets.chomp public_post = "#{date} #{post} If you want to see my full posts: #{diaspora_node} #{mastodon_node}, some nice people here. " system("clear") puts public_post