mtilda / techtrans-bot

A Twitch bot that tells you about cool inventions by pulling data from NASA's Technology Transfer API
MIT License
0 stars 0 forks source link

Convert credentials to env #19

Open mtilda opened 3 years ago

mtilda commented 3 years ago

Currently the credentials are stored in a .json file. Before deployment, we need to move that data to an .env file. We will need to parse this file differently, so we will have to modify ReadCredentials().