twixter

A twtxt command line client in Rust

git clone git://git.shimmy1996.com/twixter.git

config.example (382B)

    1 [twtxt]
    2 nick = user
    3 twtfile = ~/.local/share/twixter/twtxt.txt
    4 twturl = https://example.org/twtxt.txt
    5 pre_tweet_hook = "scp buckket@example.org:~/public_html/twtxt.txt {twtfile}"
    6 post_tweet_hook = "scp {twtfile} buckket@example.org:~/public_html/twtxt.txt"
    7 limit_timeline = 20
    8 use_abs_time = false
    9 
   10 [following]
   11 bob = https://example.org/bob.txt
   12 alice = https://example.org/alice.txt