Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khenziii/space-pics
Twitter / X bot that posts images depicting cosmos daily
https://github.com/khenziii/space-pics
twitter twitter-bot
Last synced: 13 days ago
JSON representation
Twitter / X bot that posts images depicting cosmos daily
- Host: GitHub
- URL: https://github.com/khenziii/space-pics
- Owner: Khenziii
- License: mit
- Created: 2024-03-25T18:24:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T01:47:00.000Z (7 months ago)
- Last Synced: 2024-12-07T03:17:45.428Z (2 months ago)
- Topics: twitter, twitter-bot
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## space-pics
[space-pics](https://twitter.com/3a29_space_pics) is a Twitter bot, that posts cosmos images daily.A new image is posted every 00:00 UTC.
### How does this work?
The bot is hosted on AWS. It's defined as a Lambda function, that gets called by EventBridge every 24 hours.
On every run, we:
1. Fetch an image from NASA's [APOD](https://apod.nasa.gov/apod/astropix.html) API
2. Create a tweet using it.### Contributing
All PRs & issues will be reviewed. Contributions are welcomed.