This repo contains the PlanetaryBot.py
script that is used
by @PlanetaryBot to share random, raw images from the Outer Solar System on Twitter.
This bot is made possible by the API offered by the Ring-Moon Systems Node
of NASA's Planetary Data System.
To generate a test tweet:
python PlanetaryBot.py test
To send an actual tweet:
python PlanetaryBot.py
This bot only supports Python 3.
You need to add a secrets.py
file in the same directory containing your
Twitter API secrets.
You will also need the following Python packages:
- twython
- pandas
- astropy