KishanBagaria / dAbot

🤖 CLI tool to automate stuff on DeviantArt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues - gathering User names

jedaj666 opened this issue · comments

I understand that dabot can not find username in urls,
Because deviantart change username.deviantart.com to deviantart.com/username
This is also visible in the source of the page, on the list with deviants

I find this in code:
'dev_names' : r'([A-Za-z0-9-]+).deviantart.com',

Its not correct i think... could you help me change this? (i know i sucks)
'dev_names' : r'\deviantart.com([A-Za-z0-9-]+)',

I've updated it with the correct regex.

Not sure if it still works for you because DA is blocking automated logins.

I only started trying to use this bot a few days ago. I updated to the newest version, and it still doesn't let me log in. I tried an incognito tab with disabled JS and that worked, and I tried opening it in a selenium automated chrome browser and that failed (I didn't do anything other than change the user-agent though). Dunno if any of that is useful.

Thx solved. :)