https://github.com/ryanseddon/earthin24
Source code for my twitter bot https://twitter.com/earthin24
https://github.com/ryanseddon/earthin24
goes16 golang himawari-8 space
Last synced: about 1 year ago
JSON representation
Source code for my twitter bot https://twitter.com/earthin24
- Host: GitHub
- URL: https://github.com/ryanseddon/earthin24
- Owner: ryanseddon
- Created: 2017-06-30T06:32:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T05:32:32.000Z (about 9 years ago)
- Last Synced: 2025-07-21T23:45:11.001Z (about 1 year ago)
- Topics: goes16, golang, himawari-8, space
- Language: Go
- Size: 4.88 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Earthin24
Source code for twitter [@earthin24](https://twitter.com/earthin24) and [instagram](https://www.instagram.com/earthintwentyfour) bots.
## Run it yourself
### Installing go
We're using Go 1.8.
```bash
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`:
```bash
export PATH="/usr/local/opt/go@1.8/bin:$PATH"
```
### Installing ffmpeg
In order to create the video from the pngs you'll need `ffmpeg`
```bash
brew install ffmpeg
```
### Compile
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.