carsonRadtke / nasabot

discord bot that talks to api.nasa.gov
Other
0 stars 0 forks source link
bot discord nasa

nasabot

Discord bot to interact with https://api.nasa.gov!

Example

> ./nasabot apod

alt text

Getting started

Host your own nasabot

$ docker build -t nasabot-docker .
$ env $(cat .env | xargs) docker run -t nasabot-docker
    -e NASA_API_TOKEN \
    -e DISCORD_BOT_API_TOKEN \
    -e AZURE_ACCOUNT \
    -e AZURE_ACCOUNT_KEY \
    -e AZURE_TABLE_NAME \
    -e CALL_MAIN \
    -e SKIP_HELLO

Note: Many systems require a form of authentication before that bot can talk to it. This information is passed to the application via the environment. You can find detailed descriptions about these fields in ./assets/envvars.csv.

Add nasabot to your server

If you don't want to host your own instance, feel free to use mine! link