Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuki-yano/imecoletter
最高の画像を集めるためのTwitterクライアント
https://github.com/yuki-yano/imecoletter
Last synced: 20 days ago
JSON representation
最高の画像を集めるためのTwitterクライアント
- Host: GitHub
- URL: https://github.com/yuki-yano/imecoletter
- Owner: yuki-yano
- Created: 2017-04-08T09:54:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T20:43:18.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T17:41:32.727Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 4.53 MB
- Stars: 32
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# いめこれったー
最高の画像を集めるためのTwitterクライアント
## スクリーンショット
![](https://raw.githubusercontent.com/tigberd/imecoletter/image/1.png)## 使うには
Rekognitionでお金が予想外にかかりすぎて自前のIAMアカウントの情報を埋め込んだアプリは配布できそうにないです。すみません。一応簡単に自前でビルドできます。
Twitterでwrite権限を持ったアプリの作成、AWSで[Rekognition](https://aws.amazon.com/jp/rekognition/)の権限を持ったユーザを作成します。
` mv env.js.template env.js ` してそれぞれのキーを埋めます。
```
npm install
npm run build
```でうまくいけばWin, Mac, Linux用のバイナリが作成されます。必要なライブラリなどは各位入れてください。
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).