thomas-ashcraft / alienware_arena_helper

Helps you to easily earn daily ARP and improves site with usable features
GNU General Public License v2.0
53 stars 9 forks source link

Automatic converse and be merry #21

Closed Lucki closed 4 years ago

Lucki commented 4 years ago

This works with a fixed Thread ID. Still needs a way to get the daily spam thread through getDailyThread()

thomas-ashcraft commented 4 years ago

What if we post comments to image posts? If it's possible and counts to quest completion, I think this will be a win.

thomas-ashcraft commented 4 years ago

Here is the source of ton image posts: https://eu.alienwarearena.com/esi/recent-activity-data/user/3114583/1 3114583 === userID 1 === pageNumber

To look at them as much as new design allow (comments aren't loading): https://eu.alienwarearena.com/ucf/show/1489433 1489433 === id

Lucki commented 4 years ago

Can't verify anymore, already completed the quest but I doubt it'll work the same way.

I've tried a bit finding the daily spam thread but hadn't luck yet.

fetch('/forums/board/113/awa-on-topic', {credentials: 'same-origin'})
text.match(/data-topic-id="(\d+)" title="\[DAILY QUEST.*?\]/i);

Edit: Got it, JS doesn't like \d.