소스 검색

Add 'tag_exporter.rb'

master
LWFlouisa 4 년 전
부모
커밋
d60d06cd18
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. +18
    -0
      tag_exporter.rb

+ 18
- 0
tag_exporter.rb 파일 보기

@@ -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
}

불러오는 중...
취소
저장