bbl-twitter
bbl-twitter copied to clipboard
Barebones Lua Twitter
With Twitter having depracated API v1 for tweeting an upgrade to API v2 is neede.
Hi, I can execute script and post to tweeter from ash console on Arduino Yun. But when I try to execute it from Arduino sketch using Process.h library, I get...
according to the source code, there's a `function M.out_of_band_cli(client)`, but you call `M.out_of_band_cli(client,client)` in the example, which, while not breaking things (yet), is confusing.
Hi, I branched your project (https://github.com/xopxe/bbl-twitter) and made some changes: 1. The module is returned as a table, with no global pollution 2. Made twitter api version 1.1 compatible: -...