Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squidboylan/meme-bot
https://github.com/squidboylan/meme-bot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/squidboylan/meme-bot
- Owner: squidboylan
- License: mit
- Created: 2020-12-23T01:50:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T17:09:55.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T11:34:59.732Z (3 months ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```