{"id":21161756,"url":"https://github.com/silverbirder/cotlin","last_synced_at":"2025-03-14T16:12:16.522Z","repository":{"id":39947788,"uuid":"241105639","full_name":"silverbirder/Cotlin","owner":"silverbirder","description":"Cotlin is tools that collect links in tweet by using the Twitter API(Search Tweets)","archived":false,"fork":false,"pushed_at":"2023-12-15T02:14:55.000Z","size":1150,"stargazers_count":3,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T18:11:53.887Z","etag":null,"topics":["clasp","googleappsscript","twitter"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silverbirder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-17T12:45:39.000Z","updated_at":"2023-02-15T19:10:37.000Z","dependencies_parsed_at":"2024-11-20T22:02:01.584Z","dependency_job_id":null,"html_url":"https://github.com/silverbirder/Cotlin","commit_stats":null,"previous_names":["silver-birder/cotlin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbirder%2FCotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbirder%2FCotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbirder%2FCotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silverbirder%2FCotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silverbirder","download_url":"https://codeload.github.com/silverbirder/Cotlin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243606962,"owners_count":20318314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clasp","googleappsscript","twitter"],"created_at":"2024-11-20T13:17:26.042Z","updated_at":"2025-03-14T16:12:16.477Z","avatar_url":"https://github.com/silverbirder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/npm/l/@silverbirder/cotlin.svg)](https://opensource.org/licenses/MIT)\n[![npm download](https://img.shields.io/npm/dt/@silverbirder/cotlin.svg)](https://www.npmjs.com/package/@silverbirder/cotlin)\n[![npm version](https://img.shields.io/npm/v/@silverbirder/cotlin)](https://www.npmjs.com/package/@silverbirder/cotlin)\n[![npm bundle size](https://img.shields.io/bundlephobia/min/@silverbirder/cotlin)](https://www.npmjs.com/package/@silverbirder/cotlin)\n[![github action](https://img.shields.io/github/workflow/status/Silver-birder/Cotlin/main)](https://github.com/Silver-birder/Cotlin/actions)\n[![Coverage Status](https://coveralls.io/repos/github/Silver-birder/Cotlin/badge.svg?branch=master)](https://coveralls.io/github/Silver-birder/Cotlin?branch=master)\n[![twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Ftwitter.com%2Fsilverbirder)](https://twitter.com/silverbirder)\n\n# Cotlin\nCotlin is tools that collect links in tweet by using the [Twitter API(Search Tweets)](https://developer.twitter.com/en/docs/tweets/search/overview). \n\n![overview](https://res.cloudinary.com/silverbirder/image/upload/v1584017984/cotlin/overview.png)\n\nThere are some filtering functions.\n\n* Domain (ex. SlideShare)\n* Date Range (ex. 2020-01-01 ~ 2020-01-02)\n* Keywords (ex. #devops)\n\n# Use By Google Apps Script\n\n1. This tool uses Bearer Tokens. Follow the [here](https://developer.twitter.com/en/docs/basics/authentication/oauth-2-0/bearer-tokens) to get Consumer API Key and Consumer API Secret Key.\n1. Access the Your [Google Apps Script](https://script.google.com).\n1. Add the this library. (Cotlin)\n   1. API ID is  **MPXXo-zG0agWiuZ0VceUiYXWuXGFJZPSs** \n1. Use it like [sample/api.js](https://github.com/Silver-birder/Cotlin/blob/master/sample/api.js).\n    1. Set the Script Property: CONSUMER_API_KEY, CONSUMER_API_SECRET_KEY.\n1. Follow [here](https://developers.google.com/apps-script/api/how-tos/execute#step_1_deploy_the_script_as_an_api_executable) and publish the API.\n\nPlease refer [sample/client.js](https://github.com/Silver-birder/Cotlin/blob/master/sample/client.js) for the client that calls the published API.\n\n# Use By TypeScript\n\nThis library is published by npm.  \n[@silverbirder/Cotlin](https://www.npmjs.com/package/@silverbirder/cotlin)\n\n```\n$ npm install @silverbirder/cotlin\n```\n\n# Motivation\nAt technical conferences, presentation materials are often published on twitter.  \nI often miss it and regret it. This tool allows you to collect slideshare, speackerDeck, and googlePresentation materials.\n\n# Caution\nTweet for the past 7 days uses [Standard search API](https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets). Free.  \nTweet for the past 30 days uses [Premium search API](https://developer.twitter.com/en/docs/tweets/search/api-reference/premium-search) 30day. Free if limited under sandbox environment.  \nTweet for the past older uses [Premium search API](https://developer.twitter.com/en/docs/tweets/search/api-reference/premium-search) fullarchive. Free if limited under sandbox environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverbirder%2Fcotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilverbirder%2Fcotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilverbirder%2Fcotlin/lists"}