Gatech Canvas Team Annoucement Script for TA

Perform multiple actions

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
thuanvoit
1日のインストール数
0
累計インストール数
1
評価
0 0 0
バージョン
0.2.1
作成日
2024/01/17
更新日
2024/01/17
大きさ
2.66KB
ライセンス
MIT
対象サイト

Created 01/17/2024
TA users only
GATECH CANVAS only

-- Installation

I created a script to create announcement for multiple groups.

Demo video: https://youtu.be/KdldwdGBCM0
Chrome extension: https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
Script: https://greatest.deepsurf.us/en/scripts/485054-gatech-canvas-team-announcement-script-for-ta

After installing the script, open TamperMonkey dashboard to edit the installed script:

Please edit the `team_id` by inspecting the team url. Look at the last 6 digits of the team url like **`https://gatech.instructure.com/groups/356322`**

My first team 87 has id: **356322**
My last time 100 has id: **356348**
`ignore` list is teams already left the course

Open 1 team, create announcement and convert to HTML, copy it and set `post_content` to it.
Modify the `post_title` in the script as well.

Save the edited code on TamperMonkey editor. Make sure the script is **enable** on TamperMonkey dashboard.

Run these commented (grayed) script in Chrome console to visit every team.

TamperMonkey is always watching every tabs, and the enabled script should run automatically to fill out the announcement if url matches the pattern:
`https://gatech.instructure.com/groups/*/discussion_topics/new?is_announcement=true`

The last part of the code enables auto-click to publish a post. I'm not recommended for now since it needs content verification before publishing it.

You're welcome to folk and create your own script.