Skip to content

Thom-x/stackoverflow-fanatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Overflow Fanatic

NodeJS, automated log in for Stack Overflow. The Fanatic badge is just begging for it!

Installation

  • Deploy the app (heroku for example)

  • Set the environment vars :

     $ export MAIL=your email
     $ export PASSWORD=your password
  • Schedule a cron :

     $ crontab -e
     > 0 5,22 * * * wget -O - -q your-heroku-app.herokuapp.com # every day at 5h/22h

Deploy

If using Heroku, you can also use the Heroku Scheduler, and the cronjob prepared for that (./bin/request.js). You will also have to setup the enviroment var APP_URL, and you can fully automate the load of the page:

That's it !

About

Stackoverflow Fanatic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published