Mturk PandaPush

Mturk PandaPush; Pushbullet/Telegram for Panda Crazy

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Pietro Mingo
日安装量
0
总安装量
270
评分
1 0 0
版本
0.3
创建于
2020-04-25
更新于
2020-06-05
大小
7.9 KB
许可证
暂无
适用于

A script that add Pushbullet/Telegram notifications to Panda Crazy accepted HIT queue

Script URL: https://worker.mturk.com/requesters/PandaPush/projects

Run the script after opening Panda Crazy

The script allows you to receive push notifications whenever a HIT has been accepted.

Pushbullet

For Pushbullet all you have to do is get your API Key.

To get your API Key go to the Pushbullet settings, more details here:

https://docs.pushbullet.com/#api-quick-start

Insert your Pushbullet APi key and save.

Pushbullet has a limit of 500 push per month

Telegram

For telegram it is necessary to create a personal bot that will be used to send messages.

To create a telegram bot you need to speak to @Botfather and follow the instructions.

Once you have created a bot you will get an API key to insert in PandaPush.

The next step is to get your chat_id, that is the ID of the chat with your newly created bot.

How to get your Telegram Chat ID:

  1. Start a chat with your newly created bot and send him some messages.
  2. Go to following url: https://api.telegram.org/botXXX:YYYY/getUpdates replace XXX:YYYY with your bot token
  3. Look for “chat”:{“id”:zzzzzzzzzz}.., zzzzzzzzzz is your chat id.
  4. Insert your chat_id in PandaPush

After the first push it will be necessary to accept the connection to the telegram API through a screen of your extension that will appear, I use tampermonkey

The enable button allows you to enable or disable the notifications.

This is my first script and I wrote it quickly, be free to report bugs or problems, Enjoy!

Changelog:

  • 0.1: Initial version
  • 0.2: Telegram support!
  • 0.3: Small fix