Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squidboylan/meme-bot


https://github.com/squidboylan/meme-bot

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# meme-bot

A discord bot for generating memes using the imgflip api

## Development

The following packages are required for compilation on Ubuntu

```shell
sudo apt install build-essential pkg-config
```

Compile and Run

```
cargo build && ./target/debug/meme-bot
```