lua-users home
lua-l archive

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


Hi,

I've been working a new Twitter library for Lua:

https://github.com/darkstalker/LuaTwit

It's on early development, but still usable. It's data driven, so it could be easily adapter to other twitter-like api's. It implements simple parameter checking and returns json data with type metatables.

Any comments welcome.