Skip to content
Sign UpLog In
Profile icon

Chiroyce

@Chiroyce
Chiroyce
GitHub
  • authenticate

    Cover page
    Made with Python
    Recent comments (30)
    -Krios-
    -Krios-
    11 months ago

    How does this compare to fluffy scratch?

    MystPi
    MystPi
    1 year ago

    Hey, @Chiroyce, how could you check for real auth without the tokens database? I'm trying my hand at auth too: https://replit.com/@MystPi/ScratchAuth#main.py

    CodingScratcher
    CodingScratcher
    1 year ago

    is it working?

    RixTheTyrunt
    RixTheTyrunt
    2 years ago

    What was the site for cloud data you used?

    ShluffyMonster
    ShluffyMonster
    2 years ago

    use sys.exit(("You are not " + user +". If for some reason you are that user, but it didn't register that leave a comment here with the information on that and maybe try again.")) for the exit instead maybe? and make a way to use this on your site

    dudemqn
    dudemqn
    2 years ago

    bad when i press A the moster some dealt 500 HP on me and than i tried to heal but it my potions were gone pls fix

    QuantumCodes
    QuantumCodes
    2 years ago

    Wow! Just like mine :P how are so many ppl here?

    dayulius73
    dayulius73
    2 years ago

    pretty neat, i should say (u can probably guess who i am from scratch)

    MarioBrosU22
    MarioBrosU22
    2 years ago

    Very Good!

Repls
Community
Chiroyce
Chiroyce
published a Repl
8 months ago
2
birthday
birthdayShare a link to someone to wish them a very happy birthday with cool confetti and a custom message! Made with ❤️ by Chiroyce using HTML/CSS/JS
QuantumCodes
QuantumCodes
Whoa2 years ago
QuantumCodes
QuantumCodes
Whats rate limit??? I have 1 in 7 secs???????2 years ago
Chiroyce
Chiroyce
shared a Post
2 years ago
image Yeah so i made a sha256 thing using flask and python URL — https://sha256.chiroyce.repl.co/
sha256
Python
Chiroyce
Chiroyce
shared a Post
2 years ago
So I've learn quite a bit of stuff related to HTTP servers and Python (thanks replit). I've mainly used Flask for this. So do you have any ideas for a
VulcanWM
VulcanWM
Django is less hackable but it's more complex. Flask is easier but more hackable. I personally use Flask for the easiness and haven't been hacked so...2 years ago
Chiroyce
Chiroyce
shared a Post
2 years ago
I'm using Python, and I need to clear the replit database, so i decided to get all the keys and delete them one by one, but i get some error Code - d
QuantumCodes
QuantumCodes
db.clear() thats it. It deletes all keys at once7 months ago
MrVoo
MrVoo
Try this, you're thinking too hard: for i in db.keys(): del db[i] maybe even this: del db.keys() Also, the database doesn't work on console based projects for some reason.2 years ago