Source code for twitter @earthin24 and instagram bots.
We're using Go 1.8.
brew install go@1.8
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/go@1.8/bin:$PATH"
In order to create the video from the pngs you'll need ffmpeg
brew install ffmpeg
Run 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.