Skip to content

Obtaining a Token

Mike Leonard edited this page May 16, 2016 · 3 revisions

Introduction

In order to register you bot you will need to pass a token, this token is used for authentication purposes and associates your bot with your user account.

Development

When using merknera-vagrant locally for testing the token is always 11111111111111111111111111111111111111111111111111 and associated to a user called "Test User".

Live / merknera.com

When registering your bot against the live merknera.com site you will first need to generate your own token by following these steps:

  1. Ensure you have an active Google account.
  2. Navigate to www.merknera.com
  3. At the top right click "Sign In", then "Sign In with Google".
  4. Accept the application access in the window that appears.
  5. The "Sign In" button should now say your name, click this and select "Tokens".
  6. In the green box enter a description for your token and click "Generate Token".
Clone this wiki locally