Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

qiita記事をはてブしたらqiitaでストックのGoogle App Engine版

License

Notifications You must be signed in to change notification settings

hihira/hatebu2qiitaStockGae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hatebu2qiitaStock

qiita記事をはてブしたらqiitaでストックする(Google App Engine版)

使い方

app.ymlを用意します。

application: your-GAE-product-id
version: 1
runtime: php55
api_version: 1

handlers:
- url: /.*
  script: hatebu-web-hook.php

Qiitaのアクセストークンを設定します。

<?php
class Secret {
    private static $qiita = 'your qiita access token';

    public static function getQiita() {
        return Secret::$qiita;
    }
}

GAEにデプロイしたら、はてブの設定ページでweb hookの設定を行います。

その他

車輪の再発明な気がします。

About

qiita記事をはてブしたらqiitaでストックのGoogle App Engine版

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages