bookmark-makerserver

command module
v0.0.0-...-bfd11e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2017 License: Apache-2.0 Imports: 12 Imported by: 0

README

bookmark-makerserver: Using IFTTT to store your Tweet to Github Issue as bookmarks

GoDoc Build Status

"Bookmark Maker Server" is a webhook service help you using IFTTT to forward your tweet to your github issue as a bookmark. Result on kkdai/bookmarks, feel free to take a loook.

The detail flow show as follow:

How to use it?

Here is the step, how to use this without writing any code.

Request your own github token for authorization

You need get your github token from https://github.com/settings/tokens

Duplicate your own makerserver by Heroku

Just press button to deploy your own.

Deploy

How to setup on IFTTT

  1. Request a account on IFTTT Maker

  2. Create your own IFTTT Applet , using if "tweet by you" than call webmaker

  3. In the maker server setup page, using following format.

  • URL : Your heroku app address
  • Method: POST
  • Content Type: application/json
  • Body: Reference follow format
{
"User":"YOUR_GITHUB_USER_NAME", 
"Repo":"YOUR_GITHUB_REPO_NAME", 
"GithubToken": "GET_YOUR_GITHUB_TOKEN", 
"Msg": "{{Text}}"
}"}

That's it.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL