Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoga-exe/tweet-counter-extension
https://github.com/ryoga-exe/tweet-counter-extension
chrome-extension ga13501 introduction-to-content tweet-analysis
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryoga-exe/tweet-counter-extension
- Owner: Ryoga-exe
- License: apache-2.0
- Created: 2023-11-16T05:48:24.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-22T20:49:21.000Z (12 months ago)
- Last Synced: 2023-11-22T21:34:53.949Z (12 months ago)
- Topics: chrome-extension, ga13501, introduction-to-content, tweet-analysis
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tweet-counter-extension
This repository is related to the assignment given in the "[コンテンツ入門 (GA13501)](https://kdb.tsukuba.ac.jp/syllabi/2023/GA13501/jpn/)" course at the University of Tsukuba.
My approach to counting the number of tweets, including those with the hashtag ["`#コンテンツ入門2023`"](https://twitter.com/hashtag/%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84%E5%85%A5%E9%96%802023) that one has posted.
## インストール方法
1. [こちらのページ](https://github.com/Ryoga-exe/tweet-counter-extension/releases)の Latest の付いたリリースから `tweet-counter-extension.zip` をダウンロードします
1. ダウンロードした zip ファイルを展開します
1. [chrome://extensions/](chrome://extensions/)を開き、右上の「デベロッパーモード」をオンにします
2. 「パッケージ化されていない拡張機能を読み込む」から展開したフォルダの中にある `tweet-counter-extension` フォルダを読み込みます## 使い方
1. Twitter の検索ページから検索をし、最新のツイートを表示します
1. 左上に表示される「ツイート数をカウント」を押します
1. ダイアログが表示されるので検索対象のユーザ名を入力します (広告等をカウントしないため必要です)
1. 待ちます## Stack
- [Plasmo](https://www.plasmo.com/) - A browser extension development platform