A Discord bot written in python for sharing interesting information about Space, Science and Technology.
The bot, in it's current state, uses NASA's APOD API to send NASA's Astronomy Picture of the Day.
(0. Sign-up on https://api.nasa.gov/#signUp and get the API key. Then go to the Discord Developers Portal and create a new bot. Check all the three intents given under 'Privileged Gateway Intents' Under the OAuth2 section check bot scope and check administrator in the permissions section)
- Clone the repository:
$ git clone https://github.com/exitflynn/DeGrasse.git
- Add your Discord bot key in
config.py
. - Install the dependencies.
$ pip install -r requirements.txt
- Run the
main.py
and pass the NASA API with the-k
and the--key
flag.
$ python main.py -k <API_KEY>
In case of any issues feel free to raise an issue on Github. You're also more than welcome to join the Discord server at: https://discord.gg/g7dJbrdWGF