Skip to content

Instantly share code, notes, and snippets.

@jngnyc
Created January 15, 2019 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jngnyc/cd3332a96599853919d7dd1a44fd9b69 to your computer and use it in GitHub Desktop.
Save jngnyc/cd3332a96599853919d7dd1a44fd9b69 to your computer and use it in GitHub Desktop.
<html>
<body>
<script type="text/javascript" src ="https://widget.instabot.io/jsapi/rokoInstabot.js">
apiKey: "x4UqwORVpBXbysB6NpeFbeKdLYRRGVkIhKg1wYU2k1c=",
userName: function() {
//***
// YOUR DEVELOPER MUST COMPLETE THIS PART
//***
var username = <EMAIL-ADDRESS-OF-THE-USER-THAT-JUST-LOGGED-IN>;
if (typeof username != "undefined") {
return username;
}
return "";
}()
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment