@silverbirder/cotlin
v1.1.0
Published
Cotlin is tools that collect links in tweet by using the Twitter API(Search Tweets)
Downloads
16
Maintainers
Readme
Cotlin
Cotlin is tools that collect links in tweet by using the Twitter API(Search Tweets).
There are some filtering functions.
- Domain (ex. SlideShare)
- Date Range (ex. 2020-01-01 ~ 2020-01-02)
- Keywords (ex. #devops)
Use By Google Apps Script
- This tool uses Bearer Tokens. Follow the here to get Consumer API Key and Consumer API Secret Key.
- Access the Your Google Apps Script.
- Add the this library. (Cotlin)
- API ID is MPXXo-zG0agWiuZ0VceUiYXWuXGFJZPSs
- Use it like sample/api.js.
- Set the Script Property: CONSUMER_API_KEY, CONSUMER_API_SECRET_KEY.
- Follow here and publish the API.
Please refer sample/client.js for the client that calls the published API.
Use By TypeScript
This library is published by npm.
@silverbirder/Cotlin
$ npm install @silverbirder/cotlin
Motivation
At technical conferences, presentation materials are often published on twitter.
I often miss it and regret it. This tool allows you to collect slideshare, speackerDeck, and googlePresentation materials.
Caution
Tweet for the past 7 days uses Standard search API. Free.
Tweet for the past 30 days uses Premium search API 30day. Free if limited under sandbox environment.
Tweet for the past older uses Premium search API fullarchive. Free if limited under sandbox environment.