readme file update: to explain environment files needed

This commit is contained in:
Brendan McDevitt 2022-04-11 21:03:35 -05:00
parent baed43201a
commit 5e7865ef80

View file

@ -23,6 +23,20 @@ Check the HTTP API section below for specific endpoints that can be queried via
## Initial Setup
### Environment files
Create the following file that will contain the environment variables we need to login to APIs:
`credentials.env`
```
# Twitter stuff doesnt work right now.
# twitter_bearer_token=
# twitter_api_key=
# twitter_access_token_secret=
# twitter_access_token=
# twitter_api_key_secret=
github_api_token=
```
### Build container
`docker-compose build`