Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arata-nvm/mitnal

Twitter client for UEFI
https://github.com/arata-nvm/mitnal

edk2 twitter-client uefi

Last synced: about 2 months ago
JSON representation

Twitter client for UEFI

Awesome Lists containing this project

README

        

# mitnal

Twitter client for UEFI.

## Screenshot

![](Static/ScreenShot.png)

## Requirements

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

## How to build

Create a `MitnalPkg/Secrets` file as follows:

```c
static const CHAR8 *gConsumerKey = "";
static const CHAR8 *gConsumerSecret = "";
static const CHAR8 *gAccessToken = "";
static const CHAR8 *gAccessTokenSecret = "";
```

Then,

```bash
$ make docker/build
$ make run
```

## Usage

Here is a list of available commands:

- `home`: show your timeline
- `tweet hello`: tweet 'hello'