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: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/squidboylan/meme-bot
- Owner: squidboylan
- License: mit
- Created: 2020-12-23T01:50:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T17:09:55.000Z (over 3 years ago)
- Last Synced: 2023-02-28T21:52:08.860Z (over 1 year ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- 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
```