InternityFoundation / Stackoverflowbots

A bot to tweet about new questions on Stackoverflow and new bots can be added also via same app

Home Page:https://internity-bots.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

A bot to tweet about new questions on Stackoverflow and new bots can be added also via same app

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

License:Apache License 2.0


Languages

Language:Scala 96.4%Language:HTML 3.6%