Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
/ stellar-bot Public archive

Want to host your own site where people can create Stellar bots? This is written in Scala, using the Play! framework.

Notifications You must be signed in to change notification settings

m242/stellar-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stellar-bot

Want to host your own site where people can create Stellar bots? This is written in Scala, using the Play! framework.

Prerequisites:

You also need a design doc in your database, "_design/users":

  {
   "_id": "_design/users",
   "_rev": "1-42618de062b776f560e2e866003472ac",
   "language": "javascript",
   "views": {
       "all": {
           "map": "function(doc) {\n  if(doc.twitterName) emit(doc.twitterName, doc);\n}"
       }
    }
  }

About

Want to host your own site where people can create Stellar bots? This is written in Scala, using the Play! framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published