Source code for twitter @earthin24 and instagram bots.
We're using Go 1.8.
brew install [email protected]You'll need to set your PATH to point at the correct version of Go, so add this to your .bashrc or .zshrc:
export PATH="/usr/local/opt/[email protected]/bin:$PATH"In order to create the video from the pngs you'll need ffmpeg
brew install ffmpegRun go build frames.go
This will create the frames executable on your machine.
If you now run create_video.sh it will generate a video for you.