All Projects → ryanseddon → earthin24

ryanseddon / earthin24

Licence: other
Source code for my twitter bot https://twitter.com/earthin24

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to earthin24

SpaceEye
Live satellite imagery for your desktop background
Stars: ✭ 253 (+1231.58%)
Mutual labels:  space, himawari-8
StarshipAcademy
a Multiplayer WebVR Space Shooter made with A-Frame and Socket.io
Stars: ✭ 24 (+26.32%)
Mutual labels:  space
open-space-toolkit-astrodynamics
Flight profile, orbit, attitude, access.
Stars: ✭ 16 (-15.79%)
Mutual labels:  space
spaceholder.cc
A space-themed image placeholder service.
Stars: ✭ 28 (+47.37%)
Mutual labels:  space
Mercury-GS
An Open Source Program that allows users to interact with a Spacecraft in a lab environment, pre-launch.
Stars: ✭ 18 (-5.26%)
Mutual labels:  space
space
A SCI-FI community game server simulating space(ships). Built from the ground up to support moddable online action multiplayer and roleplay!
Stars: ✭ 25 (+31.58%)
Mutual labels:  space
lunar-theme
🌓 A minimal dark and light theme for Visual Studio Code. Handpicked colours, easy on the eyes, and perfect for coding in the day/night.
Stars: ✭ 24 (+26.32%)
Mutual labels:  space
space-dotnet-sdk
The .NET SDK for JetBrains Space is a .NET library to work with the JetBrains Space API.
Stars: ✭ 13 (-31.58%)
Mutual labels:  space
i8080-Space-Invaders
Intel i8080 Space Invaders Arcade Emulator
Stars: ✭ 19 (+0%)
Mutual labels:  space
marscoin
Marscoin source tree
Stars: ✭ 37 (+94.74%)
Mutual labels:  space
SpaceId
macOS space indicator
Stars: ✭ 116 (+510.53%)
Mutual labels:  space
nextinspace
Never miss a launch. 🚀
Stars: ✭ 101 (+431.58%)
Mutual labels:  space
sea
Space efficient (graph) algorithms
Stars: ✭ 16 (-15.79%)
Mutual labels:  space
1KCubeSat Hardware
Hardware design files for my $1000 CubeSat.
Stars: ✭ 65 (+242.11%)
Mutual labels:  space
kami
🍰 Kami is mx-space's web frontend theme. Cute and lovely.
Stars: ✭ 92 (+384.21%)
Mutual labels:  space
spacetech-ssa
IBM Space Tech - Space Situational Awareness
Stars: ✭ 89 (+368.42%)
Mutual labels:  space
dawn-engine
Game engine designed for handling galactic sized game worlds.
Stars: ✭ 29 (+52.63%)
Mutual labels:  space
himawari-rx
📡 Receive images from weather satellite Himawari-8 via HimawariCast.
Stars: ✭ 21 (+10.53%)
Mutual labels:  himawari-8
new-ospgl
A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
Stars: ✭ 17 (-10.53%)
Mutual labels:  space
spaceshippers
A spaceship simulation game written in Go that might be fun one day!
Stars: ✭ 28 (+47.37%)
Mutual labels:  space

Earthin24

Source code for twitter @earthin24 and instagram bots.

Run it yourself

Installing go

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"

Installing ffmpeg

In order to create the video from the pngs you'll need ffmpeg

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].