Skip to content

PhilipEnglund/aoc-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-bot

A bot for advent of code for 13|37

Start the server with npm run serve to watch the directory for changes while developing.

Start with PM2

pm2 start app.js --name aocbot 

.env file

session=### A valid session from the the advent of code site. https://adventofcode.com
token=### A token obtained from the slack developer page. https://api.slack.com/
channelId=### The channel-id you want to post messages to.
isDev=true/false if we're on dev (I cache to not be rate limited)
privateLeaderboardCode=### Private leaderboard code

About

A bot for advent of code for 13|37

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%