Skip to content

InternityFoundation/Stackoverflowbots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stackoverflowbots

It is an app deployed on Heroku that pulls the question from stackoverflow for a particular tag on regular basis and posts it on the Twitter.

You can create your own bot using this app.

Just send a POST request:

Request : https://internity-bots.herokuapp.com/createBot/

Body :

{

 "consumerKey": "*********************",
 
 "consumerSecret": "*********************************************",
 
 "accessKey": "************************************************",
 
 "accessSecret": "***************************************************",
 
 "handler":"TwitterHandler"
 
}

It will create a bot that will post the tweets on this Twitterhandler. Some Examples are:

  1. ScalaAtStackoverflow.
  2. JSAtStackOverflow.

For getting consumerKey, consumerSecret ,accessKey, accessSecret from Twitter log on to TwitterApps.

This app is powered by InternityFoundation

Join our developer community here !