Fishball Nooodles
@FishballNooodle
If you can read data from a Basic API and display it with CSS on the website please comment down below.
Normally, you would import a .env file in python something like this...
token = "wibfwuiofnweongmarhk4"
secret = "7289r;3'4h39'ae"
However, Replit has
Hi. Really hope someone can help me do this.
EpicGamer007 Copy the repldb link by printing then copying it or writing to a file. Then in your client for repldb. Pass in the url then use that2 years ago
Fork this repl before continuing.
Setting Up your First Discord Bot
Instructions for Intructions:
NUMBER 1: It won't work if you just run it
Actual
Python
DmitriiKorasiev Another important rule when writing an essay is to make sure that each paragraph is under the word limit. The word limit on an essay is different from that for a book or a movie. A short article should not exceed two pages. A three-page essay should be no more than seventy-five words. A five-page essay should be around 300 words, but you can write twice that in a single page.7 months ago
meltiyuspo You completed certain reliable points there. I did a search on the subject and found nearly all persons will agree with your blog. Credit to buy a car9 months ago
meltiyuspo A thesis structure is very important because you will be able to full flesh out your ideas for the dissertation. You can get help from newsjournalaggregate regarding your desertation writing.Having a solid foundation for the thesis or dissertation will allow you to thoroughly explore your topic.9 months ago
41
Discord BotFeel Free to copy ANY PART of this repl.
Read README.md first.
Have Fun!:)
5.6K
15
41
officialmee6 Check my project out.
https://replit.com/@officialmee6/OP-Discord-Self-Bot-20223 months ago
0
HangmanSimple Hangman Game in Python
24
0
0
Repl DB doesn't allow you to list all keys using the command print(db.keys).
However, I found a way around this.
By using a for loop, I managed to get
Literally what the title said, is that possible?
Coder100 well you can, but you can't run it silly!
go make an actual php repl
https://repl.it/languages/php7
`2 years ago
It has been about a day and My Website made on repl is not connecting to my custom domain name.
Squirrel777 Maybe because of the following:
It is not a cname record
Make it www.yourwebsite.com
Did you add WWW to the name section?
If none of these work, I usually just refresh the page and enter the domain again until it works lol2 years ago
RYANTADIPARTHI Well, that feature is removed, but i think it still exists in a few repls. IF you put it properly and all. Then refresh, or make a new repl. if all fails, report to bugs. click here2 years ago
How do you Take input from a website and using javascript, store it in Replit db
Coder100 Yeah no, you wouldn't be able to do this using frontend only, and it wouldn't be very secure in the frontend anyways, also there's this annoying thing called cors...
Don't worry, you can still use a database in the frontend!
Read this2 years ago
realTronsi @FishballNooodle you'll need a backend. Assuming you're using NodeJS
const Database = require("@replit/database")
const db = new Database()
db.set("name", input).then(() => {});
//name being whatever you want to call it
//input being the user input
I don't know what frontend you have but you could use a form to get the user input2 years ago
If you haven't realised yet repl has been very slow lately.
This is because it is under a Dod/DDos Attack.
The Standard Procedure by CloudFlare is to
Hi guys, I was relooking into one of my older projects and found this Text-Based Hangman Game.
After many years of experience, I thought I could make
Python
I need learn JavaScript fast.
Whoever who can link me to a good tutorial gets 5 Cycle.
I already mastered Python so the Tutorial shouldn't be like Beg
Coder100 ok, here are some tutorials!
https://www.w3schools.com/js/DEFAULT.asp
https://www.tutorialspoint.com/javascript/index.htm
https://www.youtube.com/watch?v=Qqx_wzMmFeA
https://www.javatpoint.com/javascript-tutorial
Afterwards, you might want to look into node.js...
https://www.w3schools.com/nodejs/
https://www.tutorialspoint.com/nodejs/index.htm
https://www.javatpoint.com/nodejs-tutorial
2 years ago
RayhanADev w3schools has the BEST tutorial for getting started on Javasript!
Click here to see it!2 years ago
Following my Discord Bot Tutorials, I noticed that many of you wanted my code.
So i decided to make a copy-free code which you can copy from (Even the
Python
Today we will be doing something very interesting, requested by @polarbear2015mw (0), I will be teaching you all over how to assign roles and also how
JimmieLarson I want to know how to make a discord bot and I am glad I have found my question answer over here. After reading your post, I will surely try to make a discord bot. But for now, I want to complete my assignment. I have already found help over https://www.topessaywriting.org/samples/feminism here. When I am done with my assignments, I will try to make a discord bot the way you explained over here.1 year ago
WackyPythonWithaLemon1912 This command does not do anything when a member joins. It doesn't even show any error in the console.
@client.event
async def onmemberjoin(member):
channel = client.get_channel(490042165926428672)
await channel.send(f"Welcome {member.mention} to our server, hope you will like it here.")
`2 years ago
GMC1000 Umm I have been trying my own codes and others but none of them seems to work, Even This One I Might Need Some Help Here please..2 years ago
Hey everyone as promised, I will be posting another tutorial.
Did you know my Bot is Called Moderation, and what is a Moderation Bot if can't ban or k
HarisankarSUnni I didn't get errors but when I try to kick/ban someone its not kicking and showing error11 months ago
HitmanTAMTAKOS File "main.py", line 32
async def unban(ctx,*,member)
^
SyntaxError: invalid syntax11 months ago
So I'll be building this website (html) where you can sign up and login.
When U sign up, I (administrator)will be able to see and store information fo
SixBeeps Neither JS nor PHP are good languages to be using as a DB. You're better off using an existing framework like AWS or Azure for that, especially because you need to keep that info safe. I haven't had an opportunity to try it yet, but if you enable the Explorer role, Repl.it is testing out a new per-user DB that fully integrates with your Repls, so I'd imagine that would be the best way to go.3 years ago
Hi everyone, I couldn't think of an intro so here you go. Firstly, I need to apologize for sending this thing so late. I was actually working on a pyt
polarbear2015mw on part 6 can you teach us how to get rid of roles and assign roles using an command & join messages3 years ago
If you have been following my tutorials. You might realise that you need to get some information like IDs straight from discord. For example the chann
I tried importing this using repl:
from oauth2client.service_account import ServiceAccountCredentials
but it gave module not found errror.
xxpertHacker Can you provide more information, the progrmaming / scripting language, and possibly some code?3 years ago