Skip to content

aryann/seattlefiretwitterbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seattlefiretwitterbot

To build and run the Docker container, execute:

docker build .
docker run -p 8080:8080 -e PORT=8080 \
  -e API_KEY="${API_KEY?}" \
  -e API_KEY_SECRET="${API_KEY_SECRET?}" \
  -e ACCESS_TOKEN="${ACCESS_TOKEN?}" \
  -e ACCESS_TOKEN_SECRET="${ACCESS_TOKEN_SECRET?}" \
  "${IMAGE_ID?}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages