A bot that periodically posts the location of the International Space Station to the Fediverse. Powered by BotKit.
- Install Deno.
- Clone this repository.
- Run
deno task devto start the bot.
The bot expects the following environment variables to be set:
SERVER_NAME- The name of the server hosting the bot.
You can set these variables in a .env file in the root of the project.
- Run
fedify tunnel 8000to create a tunnel. - Copy the URL shown e.g.
https://xxxxxx.xxx.xxand assign to theSERVER_NAMEvariable in the.envfile. - Run
deno task devto start the bot. - Go to https://activitypub.academy/
- Search for the bot and follow it.
The bot will post the location of the ISS every hour.
You can also ask the bot "who's in space?" and it will reply with the current people in space.
API is from OpenNotify.
MIT.