Discord QR verification

Hello, is it possible to make QR code verification in java for discord? (give role when user scan it)
38 Replies
JavaBot
JavaBot3y ago
Hey, @fertiz! Please remember to /close this post once your question has been answered!
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
how
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
alright but how can I integrate it with discord and give specific user rank after scan
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
what joins and how can I know who scanned the code
dan1st
dan1st3y ago
when they scan the code, they get a link that leads to a website you need to create that website and write it in a way to react to users
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
yes I saw people doing this without custom website but in python
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
dan1st
dan1st3y ago
entering the text manually isn't really a good UX
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
but how does he give the information to bot look, he scans and then what
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
but then do I need http server?
dan1st
dan1st3y ago
would work but typing all of that is...annoying for users and there's no point in that kind of verification anyways
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
but I need it
dan1st
dan1st3y ago
except making it hard for legitimate users
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
dan1st
dan1st3y ago
there is no improvement in security by doing that
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
dan1st
dan1st3y ago
reaction roles have the same effect except that they are easier both to develop and use than QR codes
fertiz
fertizOP3y ago
no, I need this verification
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
bot attack I already got 2 bot attacks qr is easy and efficient way
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
yes, qr verification
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
fertiz
fertizOP3y ago
wdym thats all I ask because I had no idea how to do it when I saw code in python, I've seen people using selenium
dan1st
dan1st3y ago
bots can read QR codes easier than humans lol QR codes are designed to be read by computers QR verification in that way might stop some script kidfies but it won't stop anyone wjo knows what they are doing and it's way easier to bypass the verification than to write it
fertiz
fertizOP3y ago
but I wanna try it and make it +good practice and experience so, any clue (also related with selenium)
dan1st
dan1st3y ago
if you want to stop automatic raiders, use existing tools
fertiz
fertizOP3y ago
ehhh
dan1st
dan1st3y ago
those are probably more efficient
fertiz
fertizOP3y ago
I'll try to figure qr code one by myself, thanks for engage for helping
JavaBot
JavaBot3y ago
Post Closed
This post has been closed by <@723844486974668810>.

Did you find this page helpful?