Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomtaylor/lowflyingrocks
Twitter bot that tweets when an asteroid passes the Earth
https://github.com/tomtaylor/lowflyingrocks
asteroids earth nasa nasa-api twitter twitter-bot
Last synced: about 1 month ago
JSON representation
Twitter bot that tweets when an asteroid passes the Earth
- Host: GitHub
- URL: https://github.com/tomtaylor/lowflyingrocks
- Owner: tomtaylor
- Created: 2017-01-23T21:25:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T19:26:24.000Z (4 months ago)
- Last Synced: 2024-10-30T03:50:16.212Z (3 months ago)
- Topics: asteroids, earth, nasa, nasa-api, twitter, twitter-bot
- Language: HTML
- Size: 884 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LowFlyingRocks
A Twitter bot that tweets whenever a Near Earth Object passes the Earth.
It's an Elixir/OTP application, that pulls data from [NASA JPL's API](http://ssd-api.jpl.nasa.gov) and schedules it to be tweeted at the right time.
It's running at [@lowflyingrocks](https://twitter.com/lowflyingrocks).
## Getting Started
You'll need to copy `config/prod.exs.example` to `config/prod.exs`, replacing the oauth tokens with your own.