Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic authored Nov 3, 2023
1 parent d40234f commit b92b5e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# discord-video-embed-bot
A Discord bot that automatically embeds messages containing a video link of a supported platform.
A Discord bot that automatically embeds media and metadata of messages containing a link of a supported platform.

![image](https://github.com/amadejkastelic/discord-video-embed-bot/assets/26391003/bada7a36-db0d-44ba-89ee-afe4f79ad7d3)

Expand All @@ -10,12 +10,12 @@ A Discord bot that automatically embeds messages containing a video link of a su
- Tiktok ✅
- Reddit ✅
- Twitter ✅
- Youtube shorts
- Youtube Shorts

## How to run
- Build the docker image: `docker build . -t video-embed-bot` or simply pull it from ghcr:
```bash
docker pull ghcr.io/amadejkastelic/discord-video-embed-bot:0.1.0
docker pull ghcr.io/amadejkastelic/discord-video-embed-bot:<latest|tag>
```
- Run it with your discord api key: `docker run -e DISCORD_API_KEY=<api_key> video-embed-bot`
- Facebook requires you to provide cookies. Download them in your browser using [an extension](https://chrome.google.com/webstore/detail/get-cookiestxt-locally/cclelndahbckbenkjhflpdbgdldlbecc) while you're logged in and mount them to the container).
Expand Down

0 comments on commit b92b5e0

Please sign in to comment.