Skip to content

Instantly share code, notes, and snippets.

View karuhi's full-sized avatar
🌌
Working from space

かる karuhi

🌌
Working from space
View GitHub Profile
// 認証用インスタンス
var twitter = TwitterWebService.getInstance(
'*****************', // 作成したアプリケーションのConsumer Key
'************************************************' // 作成したアプリケーションのConsumer Secret
);
// 認証
function authorize() {
twitter.authorize();
}
@jamesperrin
jamesperrin / github-labels-export.js
Last active July 17, 2023 21:03
JavaScript file for exporting GitHub labels to a JSON object.
/*
Purpose: Export the configuration settings for GitHub Labels.
(c) James Perrin, MIT License, https://www.countrydawgg.com, | @jamesperrin
Exporting Instructions:
1. Open a web browser.
2. Navigate to the desired GitHub repository.
3. Navigate to Issues tab.