# __ __ __ #| |_.--.--.--| |_.--.--| |_ #| _| | | | _|_ _| _| #|____|________|____|__.__|____| # # twtxt is an open, distributed # microblogging platform that # uses human-readable text files, # common transport protocols, and # free software. # # nick = anx # url = https://twtxt.anxsnest.eu # avatar = https://twtxt.anxsnest.eu/avatar # description = Music, Photography, Travel, Computers & Politics # # follow = tca https://twtxt.net/user/tca/twtxt.txt # follow = marado https://tilde.pt/~marado/twtxt.txt # follow = prologic https://twtxt.net/user/prologic/twtxt.txt # follow = mckinley https://twtxt.net/user/mckinley/twtxt.txt # follow = mutefall https://twtxt.net/user/mutefall/twtxt.txt 2022-05-07T00:32:28+01:00 Hello, World! 2022-05-08T12:26:01+01:00 Finally got twet - another twtxt client - working on my system. The README.md under https://github.com/jdtron/twet should be more explicit, some us have no clue what Go is. The instructions in https://www.digitalocean.com/community/tutorials/how-to-build-and-install-go-programs got me going. 2022-05-08T12:53:39+01:00 (#womrxga) @ Oh that is neat. Thank you for your patience clearing these basic doubts. 2022-05-08T22:44:42+01:00 (#womrxga) @ Thank you for that. I'm loving it so far :D 2022-05-09T15:18:08+01:00 (#5gshm3a) @ Obrigado! Os meus feeds estarĂ£o aqui https://twtxt.anxsnest.eu. 2022-05-09T16:21:55+01:00 (#womrxga) @ *Twtxting* from terminal is addictive :D ![Replying thread](https://twtxt.anxsnest.eu/media/twtxting_from_terminal.jpg) 2022-05-10T19:05:54+01:00 (#eqvu3kq) Does anyone knows why the image on the post I'm replying to is not being displayed *inline*? By looking at the syntax of image embedding, it seems similar to other posts... 2022-05-11T15:01:42+01:00 Hi! Check this out, Lisbon from south part ![View_From_Cristo_Rei](https://twtxt.anxsnest.eu/media/9279cc1de13ca809efb360e30e1d2d2ac9862737.jpeg) 2022-05-11T15:05:20+01:00 (#eqvu3kq) @ Thank you :) 2022-05-11T15:12:31+01:00 (#igxqehq) I was able to post this image from terminal using command `% twet tweet Hi! Check this out, Lisbon from south part {i}../../../Pictures/View_From_Cristo_Rei.jpeg` Proposal enhancement to https://github.com/jdtron/twet fork. 2022-05-12T08:11:00+01:00 (#x3lil7q) Inpsired by function *ExpandMentions* in https://github.com/jdtron/twet and settings *hooks.[pre|post]* on *config.yaml*, I created function ExpandInlineFiles and added media.folder and media.url to *config.yaml*. 2022-05-12T08:14:30+01:00 (#x3lil7q) The **media.folder** is a valid *scp* path (server:/path/to/media_folder) and **media.url** preffix for each media link (https://txtxt.server.net/media). 2022-05-12T08:20:18+01:00 (#x3lil7q) The funtion **ExpandInlineFiles** turns '{i}/path/to/filename.jpg' into '!\[filename\]\(https://twtxt.site.net/media/filenamehash.jpg\)': uses scp to upload /path/to/filename.jpg to remote folder specified by *media.folder*, renaming it to a hash string based on filename, filenamehash; and concatenates the value of *media.url* with filenamehash. 2022-05-12T19:19:37+01:00 (#x3lil7q) I'll file a merge request to *twet* team. 2022-05-14T15:50:02+01:00 (#ijjwp4a) @ Who can join these calls? Very interesting 2022-05-14T22:36:57+01:00 (#ijjwp4a) @ That is a fantastic thing that you have it open like that. I'm based in Lisbon, Portual that would be 6am... on Saturday :) Maybe those calls could be recorded and made available. 2022-05-14T22:38:00+01:00 (#ijjwp4a) @ What is the encryption part about? Any place where I can read more about this?