[used to be] A set of NodeJS personal bots that run on cronjobs now it only covers foursquare, i moved everything else to separate repos
$ docker build -t flowdegree/js_foursquare_bot .
$ docker stop js_foursquare_bot
$ docker rm js_foursquare_bot
$ docker run --name js_foursquare_bot -d flowdegree/js_foursquare_bot
- You need to add your config.json file in order for the index.js to work
- define your functions and import them into index.js
- set the intervals for each function to run
- if you want, use models to setup new services apis calls and create play functions inside controller, then call them from index.
Extensive details will not be provided into this repo as it is for advanced users only, if you can't understand it, don't use it.
- Lodash
- Node-cron
- querystring
- path