07/26 - Totoro Tuesday!

Status
Not open for further replies.

VGB

dr. peepee poopoo
Joined
Jan 21, 2016
Messages
5,753
Reaction score
15,213
Points
1,038
Age
38
Location
Milwaukee via Boston
Gender
Male

Vanyanka

Thoroughbred of Sin
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 11, 2016
Messages
34,905
Reaction score
81,247
Points
2,338
Location
The Jungle
Gender
Female
Title: How Many Dots?(~ 35 minutes) | PANDA
Requester: Lindsey [AWOYRP62FFVEE] (TO)
TO Ratings:

☢☢☢☢☢ 5.00 Communicativity
☢☢☢☢☢ 3.43 Generosity
☢☢☢☢☢ 5.00 Fairness
☢☢☢☢☢ 5.00 Promptness
Number of Reviews: 16
(Submit a new TO rating for this requester)

Description: survey
Time: 1 hour 30 minutes
Hits Available: 1
Reward: $3.00
Qualifications: Exc: [8931003-16767] has not been granted; Total approved HITs is not less than 100; HIT approval rate (%) is not less than 90; Location is one of: US
 

Randomacts

Banned
Banned
Joined
Jul 25, 2016
Messages
1,877
Reaction score
1,515
Points
363
Age
27
Gender
Male
  • Like
Reactions: Concise

kadabot

Member
Joined
Jun 15, 2016
Messages
113
Reaction score
223
Points
43
Age
34
Hit exported to you from Babadooba @Babadooba

Title: Answer questions about the US federal budget(~ 5 minutes) | PANDA
Requester: Nikhil Garg [A13WYGMP60TT40] (Contact)
Description: Answer questions about the US federal budget using a new survey mechanism
Time: 25 minutes
HITs Available: 1
Reward: $0.60
Qualifications: Exc: [-1534779634-17554] has not been granted;Total approved HITs is not less than 500;HIT approval rate (%) is not less than 93;Location is one of: US;
 

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
52,842
Reaction score
163,446
Points
3,238
Age
37
Gender
Male
I capped way too early tonight. How big was the batch?
A third of the size of last night.

So regret skipping on the one from last night.
Was just too damn tired though. :bawling:
I caught this. the pay is $7.00 not $20.00. checking it out...
Looks like it's one of those scam accounts.
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
got rid of the space, success
That was the least of my issues, I had to add SSL to kadabot to get it to work and let me tell you, that was no easy task.
 
  • Like
Reactions: VGB
D

Deleted member 526

Guest
Hit exported to you from kadabot @kadabot

Title: Complete A Usability Test For a Dating Website | PANDA
Requester: BILL CARR [A1JQVNHAD8UXZ5] (Contact)
Description: Complete A Usability Test For a Dating Website
Time: 5 minutes
HITs Available: 1
Reward: $20.00
Qualifications: Location is US;
This hit is for approved workers only. don't accept this hit unless you have a task code. Message <email address> for a task code, If you accept this hit without task code it will be rejected.

is this a scam hit?

edit: I returned it. in case it's a scam.
 
Last edited by a moderator:
  • Like
Reactions: Concise

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Here is the export script, don't abuse, no filters are in on my end yet. (Which is why its not on GF)

Change the variable mtc_username so the HITs get credited correctly for HIT poster award stuff.

Code:
// ==UserScript==
// @name         Kadabot Export
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  Does stuff.
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://www\.mturk\.com/mturk/(searchbar|findhits|viewhits|viewsearchbar|sortsearchbar|sorthits)/
// @grant        GM_log
// @grant        GM_xmlhttpRequest
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// ==/UserScript==

var mtc_username = 'kadabot';

var $hits = $('table[cellpadding="0"][cellspacing="5"][border="0"][border="0"]').children('tbody').children('tr');

for (var i = 0; i < $hits.length; i++) {
    $hits.eq(i).find('a.capsulelink').after('<button class="export" value="' + i + '" style="margin-left: 3px;">Export</button>');
}

$('button.export').click(function () {
    var reque = $hits.eq($(this).val()).find('span.requesterIdentity').text().trim();
    var title = $hits.eq($(this).val()).find('a.capsulelink').text().trim();
    var confi = confirm('Are you sure you want to export this HIT?\n\nRequester: ' + reque + '\n\nTitle: ' + title);
    if (confi === true) {
        _send($hits.eq($(this).val()).html());
    }
});

function _send (data) {
    $.post('https://kadabot.com/export-hit',{data: data, user: mtc_username});
}
 
  • Like
Reactions: Kerek
Status
Not open for further replies.