wheresalice / gotwtxt

A Go implementation of twtxt - decentralised, minimalist microblogging service for hackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoTwtxt

A Go implementation of twtxt - decentralised, minimalist microblogging service for hackers

Release Build Status Mergify Status Go Gitpod Ready-to-Code

Usage:

Send a tweet:

# pass the message on the cli
gotwtxt tweet hello world

# or take the first line from stdin
echo hello world | gotwtxt tweet

Follow somebody:

gotwtxt follow wheresalice https://envs.net/~wheresalice/twtxt.txt

Unfollow somebody:

gotwtxt unfollow wheresalice

See who you are following:

gotwtxt following

Fetch the timeline:

gotwtxt timeline

Publishing

As with all good unix commands, it's up to you how you want to publish your file

Personally I run this on a shared unix system with a webserver running, but you could also write an alias which runs the tweet command followed by running scp or whatever else you'd like

License

License

About

A Go implementation of twtxt - decentralised, minimalist microblogging service for hackers

License:MIT License


Languages

Language:Go 100.0%