https://github.com/teaishealthy/frame_extractor
Discord Bot that can extract a single frame from a video.
https://github.com/teaishealthy/frame_extractor
bot discord extractor nextcord pycord video video-processing
Last synced: 10 months ago
JSON representation
Discord Bot that can extract a single frame from a video.
- Host: GitHub
- URL: https://github.com/teaishealthy/frame_extractor
- Owner: teaishealthy
- License: mit
- Created: 2022-03-27T12:43:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T13:07:05.000Z (over 4 years ago)
- Last Synced: 2025-09-02T04:02:45.784Z (10 months ago)
- Topics: bot, discord, extractor, nextcord, pycord, video, video-processing
- Language: Python
- Homepage: https://nextcord.gay
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frame Extractor
  
Discord bot that can extract a single frame from a video.
## Features
prefix is one of [nextcord!, nc!, pycord!, pc!].
| Command | Description |
| ------ | ----------- |
| prefix!version | Displays the versions of the used dependencies |
| prefix!frame \ | Extracts the frame from the video and sends it as a file |
## Using
- nextcord https://github.com/nextcord/nextcord
- pycord https://github.com/alesanfra/pycord
## Development
* Install requirements.txt
* Make sure ffmpeg and ffprobe binaries are in your PATH
* Export your bot token to the environment variable `DISCORD_TOKEN`
* Run the bot with `python3 main.py`
## Contributing
Contributions are welcome but adhere to the following guidelines
### Adding a dependency
* Make sure it is somewhat related to "discord bot development" and its ecosystem.
* Add the dependency as a prefix to the bot
Have fun!
## License
Licensed under the [MIT License](LICENSE)