Skip to content

Instantly share code, notes, and snippets.

View Ozzystrasza's full-sized avatar

Oziris Moreira Ozzystrasza

View GitHub Profile
@crookedneighbor
crookedneighbor / guilds.js
Last active September 26, 2016 16:50
Populate Guilds
'use strict'
var uuid = require('uuid').v4
var Habitica = require('habitica')
var ENDPOINT = 'http://localhost:3000' // whatever your endpoint url is
var GUILD_ID = 'your-public-guild-id'
var NUMBER_OF_MEMBERS = 100
var count = 0