Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arata-nvm/mitnal
Twitter client for UEFI
https://github.com/arata-nvm/mitnal
edk2 twitter-client uefi
Last synced: 4 days ago
JSON representation
Twitter client for UEFI
- Host: GitHub
- URL: https://github.com/arata-nvm/mitnal
- Owner: arata-nvm
- License: mit
- Created: 2022-01-28T10:49:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T03:20:02.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:11:34.695Z (12 days ago)
- Topics: edk2, twitter-client, uefi
- Language: C
- Homepage:
- Size: 789 KB
- Stars: 532
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uefi-security - mitnal
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'