Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mitnal

Twitter client for UEFI.

Screenshot

Requirements

You need to enable "HTTP Protocol Stack Support" in your UEFI.

How to build

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 run

Usage

Here is a list of available commands:

  • home: show your timeline
  • tweet hello: tweet 'hello'

About

Twitter client for UEFI

Topics

Resources

Stars

528 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages