Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deuchnord/kosmorro-discord-bot
A script that computes the astronomical events of the day and sends them to a Discord webhook.
https://github.com/deuchnord/kosmorro-discord-bot
astronomy bot discord discord-bot ephemerides kosmorro
Last synced: 23 days ago
JSON representation
A script that computes the astronomical events of the day and sends them to a Discord webhook.
- Host: GitHub
- URL: https://github.com/deuchnord/kosmorro-discord-bot
- Owner: Deuchnord
- License: wtfpl
- Created: 2022-02-05T15:20:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T06:24:09.000Z (3 months ago)
- Last Synced: 2024-10-04T13:15:39.159Z (about 1 month ago)
- Topics: astronomy, bot, discord, discord-bot, ephemerides, kosmorro
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kosmorro Discord WebHook
A script that computes the astronomical events of the day and sends them to a Discord webhook.
The script uses [Kosmorrolib](https://kosmorro.space/lib) to do the computations.## How to use it on my Discord server?
1. First, [create a webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks)
2. Fork this repository
3. Add a secret to your fork:
- **Name:** `DISCORD_WEBHOOK`
- **Value:** the URL of the webhook generated by DiscordThe script will be executed every day at 6:30 AM UTC (because it is adapted to French timezones). If you want it to be executed at another time, change the `cron` option in [`discord-workflow.yml`](.github/workflows/discord-webhook.yml) with [a Cron-compliant syntax](https://crontab.guru).
## I don't speak French :'(
Feel free to change the strings to adapt to your locale :)
## Can I change the timezone?
For the moment, there is no facilities for this, but something will probably be done in the future.
## Why is this not on the [Kosmorro](https://github.com/Kosmorro) organization?
Even though I am the creator of Kosmorro, this is mostly an amusement and is not officially part of the project.