Skip to content

schuggermi/fact_reel_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fact Reel Bot - Generate Instagram Fact Reels in seconds.

example__did_you_know_that_python_is_an_awesome-ezgif.com-video-to-gif-converter.gif

Setup:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

wget https://alphacephei.com/vosk/models/vosk-model-en-us-0.22.zip
sudo apt-get install unzip
unzip vosk-model-en-us-0.22.zip
mv vosk-model-en-us-0.22/ vosk-model/

mv .env.example .env
vim .env
VIDEO_API_KEY=# Replace with API Key from https://www.pexels.com/api/

Requirements:

Music folder (music/)

img.png

Fact file (facts.txt)

Python is an awesome programming language!
Using this bot makes a lot of fun!

How to use it:

python3 bot.py

Note:

If the program ends with the word Killed then your free memory space is too low. To fix this, consider unsing the smaller vosk-model:

wget https://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip
unzip vosk-model-small-en-us-0.15.zip
mv vosk-model-small-en-us-0.15/ vosk-model/

About

Generate Instagram Fact Reels in seconds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages