Ggblocks20
@gavinwinsagain
AI fascinates me.
I like using discord.py to make discord to roblox bots, and I like using Lua for games.
0
BetterReCaptcha V1A simple captcha program, meant to provide something easy for humans to solve, but stop things like Google's Cloud Vision API from bypassing the image. We succeeded at stopped the API from getting past the captcha, but is it possible to solve? We'll let you guys decide :)
We also wanted to have something than isn't just fueling AI to get better at bypassing captchas, so this is here now!
Make sure to hit show files, and read the "readme.txt" file to understand how this works! You will not see the captcha otherwise!!
5
0
0
2
Is there a way to get a link to the console only?
So, I was recently making a project and wanted to embed it. The main problem: It requires the use of the replit console. So, is there any way of embedding only the console, nothing else? I know you used to be able to use repl.run to embed the console, but that has been removed since.MrVoo @gavinwinsagain add `?lite=1&outputonly=1` to the end of the URL, for example: https://replit.com/@gavinwinsagain/AmogOS?lite=1&outputonly=11 year ago
66
3
2
0
Calling userID from database gives error
So I’m currently making a discord bot, and it requires the use of replit’s database to store userIDs. I am making a command to search up user profiles, but whenever I try and call for the userID in the database, it gives me an error.
Code:
@bot.command()
async def profile(ctx, mention):
print("User is searching for profile!")
a1 = mention.replace("","")
a3 = a2.replace("@","")
a4 = a3.replace("!","")
print(a4) # Code does print this correctly.
userId2 = db[a4+"userID"] # Code errors here
print(userId2) # Never makes it to here
embedVar = discord.Embed(title=a4+"'s profile'", color=0x00ff00)
embedVar.add_field(name="Vouches", value="Total number of user vouches: "+a4+"vouch", inline=True)
Thanks to anyone who tries to help!
Error info: It seems to be a key error and a Ignoring exception in command profile error, but idk how to fix this…4
2
0
This is the 1.0.2 version of the flame$ console. The original version can be found here https://repl.it/@ChezCoder
Changelog:
Added age command
Added
Python
the 1.0.1 version of the flame$ console. Check out 1.0.0 version for more info about flame$ https://repl.it/talk/share/Flame-100/58586
Python
Flame$ is a python console with commands and things! The base of the console was remixed, and we added some of the commands! Check out the original pr
Python