https://github.com/codl/mastodon-apod
pictures of space for long-dead elephants
https://github.com/codl/mastodon-apod
ananas apod mastodon-bot nasa-apod
Last synced: 8 months ago
JSON representation
pictures of space for long-dead elephants
- Host: GitHub
- URL: https://github.com/codl/mastodon-apod
- Owner: codl
- Created: 2018-01-12T20:40:13.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T18:54:38.000Z (over 1 year ago)
- Last Synced: 2025-01-29T08:04:00.807Z (over 1 year ago)
- Topics: ananas, apod, mastodon-bot, nasa-apod
- Language: Python
- Homepage: https://botsin.space/@apod
- Size: 1.25 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# mastodon-apod
it's a ~~mastodon~~ gotosocial bot that posts the most recent image from NASA's Astronomy Picture of the Day
it lives at https://reentry.codl.fr/users/apod
## running it
first, fill in the config file:
```
$ cd mastodon-apod
$ cp config.example.toml config.toml
$ $EDITOR config.toml
```
i would recommend using [uv][] to run the bot, it manages python versions and the bot's dependencies automatically
```
$ uv run -m apod config.toml
```
[uv]: https://docs.astral.sh/uv/