lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello everyone,

I'm happy to announce lua-mastodon 0.1, a Lua client that connects to
the Mastodon API. Mastodon is a free open-source decentralized social
network ( more info at https://mastodon.social )

Install it with:

    luarocks install lua-mastodon

More info, and an example program, here:
https://github.com/hishamhm/lua-mastodon

What works:
* posting messages (also known as toots)

What doesn't yet:
* media uploads (requires improvements in lua-requests)
* streaming API (not written yet, patches welcome)

Enjoy, and see you in Mastodon! (My account:
https://mastodon.social/@hisham_hm )

-- Hisham