Skip to content

teaishealthy/frame_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <frame:int> Extracts the frame from the video and sends it as a file

Using

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