This is a tracking tool for the James Webb Space Telescope. Using observation schedules published by the Space Telescope Science Institute, it will query for new observation events and send tweets when one is occurring.
https://twitter.com/JWSTObservation
- Clone the repository to your machine.
- Install the necessary dependencies with
pip install .
- Set up your .env file with Twitter credentials (specifically, 4 values are required, the API key/secret and access token/secret)
- Run the tool using
python3 src/main.py