Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 513 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 513 Bytes

embedbot-rs

A discord bot that creates embeds for things discord does not properly embed itself. Currently supported:

  • 9GAG posts
  • reddit posts
  • Tweets

Configuration

See embedbot.json

Docker install

$ wget https://raw.githubusercontent.com/Clueliss/embedbot-rs/master/Dockerfile  
$ docker build --tag embedbot-rs .  
$ docker run -d --name=embedbot \
    -v ./embedbot.toml:/etc/embedbot.toml:ro \
    embedbot-rs

Manual build

$ cargo build --release