Twitter client for UEFI.
You need to enable "HTTP Protocol Stack Support" in your UEFI.
Create a MitnalPkg/Secrets file as follows:
static const CHAR8 *gConsumerKey = "<Your consumer key>";
static const CHAR8 *gConsumerSecret = "<Your consume secret>";
static const CHAR8 *gAccessToken = "<Your access token>";
static const CHAR8 *gAccessTokenSecret = "<Your access token secret>";Then,
$ make docker/build
$ make runHere is a list of available commands:
home: show your timelinetweet hello: tweet 'hello'
