#Discord QR verification

67 messages · Page 1 of 1 (latest)

signal jasper
#

Hello,
is it possible to make QR code verification in java for discord? (give role when user scan it)

spiral thicketBOT
#

Hey, @signal jasper!
Please remember to /close this post once your question has been answered!

waxen talon
#

yes

signal jasper
#

how

waxen talon
signal jasper
#

alright but how can I integrate it with discord

#

and give specific user rank after scan

waxen talon
#

You will need a discord bot which then listens for joins

#

or whatever

#

and then read the qr code

signal jasper
#

what joins

#

and how can I know who scanned the code

atomic mesa
#

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

signal jasper
#

yes

signal jasper
#

but in python

gleaming cedar
#

maybe u will have to store the qrcode text and whoeveer scan it and gives to bot he gets the role and then remove froms torage

#

will this work?

atomic mesa
gleaming cedar
gleaming cedar
signal jasper
#

but how does he give the information to bot

#

look, he scans and then what

gleaming cedar
#

he can scan with the bot and the bot will get direcly

#

or he can paste the qr code

signal jasper
#

but then do I need http server?

atomic mesa
#

and there's no point in that kind of verification anyways

gleaming cedar
signal jasper
#

but I need it

atomic mesa
#

except making it hard for legitimate users

gleaming cedar
#

like security or just like this fun ?

gleaming cedar
atomic mesa
gleaming cedar
#

yes

gleaming cedar
gleaming cedar
atomic mesa
#

reaction roles have the same effect except that they are easier both to develop and use than QR codes

signal jasper
gleaming cedar
signal jasper
#

bot attack

#

I already got 2 bot attacks

#

qr is easy and efficient way

gleaming cedar
#

make something to stop bot attack

#

this wont matter

signal jasper
#

yes, qr verification

gleaming cedar
#

oh so when plaers joinS?

signal jasper
#

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

atomic mesa
#

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

signal jasper
#

but I wanna try it and make it

#

+good practice and experience

#

so, any clue (also related with selenium)

atomic mesa
#

if you want to stop automatic raiders, use existing tools

signal jasper
#

ehhh

atomic mesa
#

those are probably more efficient

signal jasper
#

I'll try to figure qr code one by myself, thanks for engage for helping