search/tweets
では一週間以上前のツイートは検索できないので注意
search/universal
は公式のConsumerKey/ConsumerSecretでないと使用できない
当方では一切の責任を負いません
モヒカンslackのチャネルリスト(毎日 AM 5:00 自動更新)
詳細はQiita:究極のIT系最新技術情報収集用Slackチーム公開 - モヒカンSlack -を参照。
参加は
/* | |
* [SETUP] | |
* 1. Slack のAPIトークンを発行する | |
* 2. Google Form でフォームを作成する | |
* - 必要な項目はメールアドレスのみ | |
* - Google Form で指定したメールアドレスの項目名を FORM_ITEM_TITLE に設定する | |
* 3. スクリプトエディタでこのスクリプトを登録 | |
* - SLACK_API_TOKEN にAPIトークンを指定 | |
* - SLACK_API_ENDPOINT にチーム名を指定 | |
* 4. フォームの送信時のトリガーに onFormSubmit を指定(要認証) |
#!/usr/bin/env ruby | |
# encoding: utf-8 | |
# https://qiita.com/mataneko_boy/items/852ca5484b80d2530560 | |
# https://gist.github.com/hyuki/163340e4f5924c9ab8fb66c84f378132 | |
# https://snap.textfile.org/20180518132348/ | |
# https://scrapbox.io/help-jp/%E3%83%9A%E3%83%BC%E3%82%B8%E3%82%92%E4%BD%9C%E3%82%8B#58ae7c9a97c29100005b886b | |
require 'twitter' | |
require 'open-uri' |
Twitter has released the official API v2 endpoint for the bookmark feature. https://twittercommunity.com/t/build-with-bookmarks-on-the-twitter-api-v2/168804/
The following descriptions are or will soon be no longer useful; I suggest using the new official API.
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<!-- not sure which one it is, so set both --> | |
<key>Ensemble</key> | |
<dict> | |
<key>Enabled</key> | |
<true/> | |
</dict> |
Self Sovereign Identity(SSI)とは、2016年にクリストファー・アレン氏がそれまでアイデンティティコミュニティの人々の間で話し合われていたことから着想してブログ記事「Self-Sovereign Identityへの道」で詳細をまとめた、包括的な用語です。そのブログではSelf-Sovereign Identityの10の原則が定義されています。