Cotlin is tools that collect links in tweet by using the Twitter API(Search Tweets)
npm install @silverbirder/cotlin






There are some filtering functions.
* Domain (ex. SlideShare)
* Date Range (ex. 2020-01-01 ~ 2020-01-02)
* Keywords (ex. #devops)
1. This tool uses Bearer Tokens. Follow the here to get Consumer API Key and Consumer API Secret Key.
1. Access the Your Google Apps Script.
1. Add the this library. (Cotlin)
1. API ID is MPXXo-zG0agWiuZ0VceUiYXWuXGFJZPSs
1. Use it like sample/api.js.
1. Set the Script Property: CONSUMER_API_KEY, CONSUMER_API_SECRET_KEY.
1. Follow here and publish the API.
Please refer sample/client.js for the client that calls the published API.
This library is published by npm.
@silverbirder/Cotlin
````
$ npm install @silverbirder/cotlin