Nikko
@frostedbutton75
Frost 👉 a person
Frozt#0001
0
Help
Oh damn replit got an update so idk where to put this but I need help with uptime robot what irl should I put in I am currently using https://serverowner.frostedbutton75.repl.co
Is that right ty0
1
0
I would like to transfer some of my repls to me team that I just created. Help?
In a python repl I used to be able to view it in full tab but now it just redirects to the src code. Any reason? I liked sharing my animation with my
Tejasnarula Yeah, I would also share my project and others could see them in full screen without the code/files
but now there is no option to do that, if you find pls tell me also1 year ago
MrVoo Not sure what you're talking about, but you can add ?v=1&outputonly=1&lite=1 to the end of the URL for full screen1 year ago
it says FIle main.py line 38 invalid syntax
import os
import discord
client = discord.Client()
@client.event
async def on_ready():
print('We ha
What's wrong? It didn't run my token! I used Secrets.
import os
import discord
client = discord.Client()
@client.event
async def on_ready():
pri
SomeBoyPlayz @frostedbutton75 fyi, when you get more features in the bot, you might want to rewrite the code and change to @client.command() instead of if message.content.startswith. its your choice anyway so you can decide
all I'm saying is that @client.command() is much neater.1 year ago
VulcanWM are you sure you entered it with the right key and value?
also try using os.getenv("EPICBOTTOKEN") instead1 year ago
Please help with this project about NodeMailer. I would like it so when you run it it will send u an email.
comment and say you want to help
ruiwenge2 you can use this code:
var nodemailer = require('nodemailer');
var transporter = nodemailer.createTransport({
service: 'gmail',
auth: {
user: 'EMAIL',
pass: 'PASSWORD'
}
});
var mailOptions = {
from: 'EMAIL',
to: 'RECEIVER',
subject: 'subject',
text: 'text'
};
transporter.sendMail(mailOptions, function(error, info){
if (error) {
console.log(error);
} else {
console.log('Email sent: ' + info.response);
}
});
replace EMAIL with your email, replace RECEIVER w2 years ago
Well, it works in PY but not HTML. How would I make it work in HTML?
AarjavKavathia A bit late but you can also create a PHP Webserver project. You can access the secrets there and it works like html.2 years ago
ch1ck3n html are static projects so you cant. also if it's a secret in HTML and the web site can access it, hackers can also get it so it's not a secret.2 years ago
you know when you go on replit or google photos or something and it says desktop app avalible and you can click install and it will install it? How do
OldWizard209 On chrome, on the place where the bookmark button is, you will see this:
image
Click on this button and it will open it up as a replit desktop app powered by chrome. Replit doesn't yet have a real desktop app of their own2 years ago
Need I say more? How to create a HTML app?
Coder100 Yes, you do.
There is no such thing as an HTML app???
There is an HTML website???
click this link to make an HTML website:
https://replit.com/languages/html2 years ago
Bookie0 You can make a HTML CSS JS website by clicking + New repl
Screen Shot 2021-05-06 at 5.52.08 PM
And then by typing HTML.
Screen Shot 2021-05-06 at 5.52.24 PM
Is that what you wanted? :)2 years ago
This is Sk8 - The Skateboarding Python Movie. Enjoy!
P.S. if it gives you this sign -->, click enter.
Python
how????????????
note to answerer: thank you!
frostedbutton75 @Coder100 @SixBeeps thank you both. sorry i had a non-specific question, but these answers are what i was looking for!
always a fan of you both!2 years ago
SixBeeps You'll need to use a little bit of JS to get it to work.
First make an for the bar and a for the actual action,
Search
Then in your JavaScript,
var searchBar = document.getElementById("mySearchBar");
function search() {
window.location.href = "https://www.google.com/search?q=site%3Ayoursite.yourname.repl.co%20"+encodeURIComponent(searchBar.value);
}
This will search Google on your site specifically for whatever is entered. If you were looking to make your own search utility, that'd be an en2 years ago
Coder100 well, how do you want to do it?
Given your HTML is:
search
you can have your JS be:
let searches = [
{
name: "my-website", // this is the search name
keywords: ['my', 'website', 'cool'] // these are keywords
}
];
function search(query) {
let results = [];
for (const item of searches) {
if (item.name.toLowerCase().includes(query.toLowerCase())) {
results.push(item);
continue;
}
if (item.keywords.find(wrd => wrd.toLowerCase().includes(query))) {
results.pus2 years ago
sooo.....
i want to change this contenteditable to a textarea. how?????
cuz it doesnt save edits when i change it to textarea.
function saveEdits() {
ironblockhd Change innerHTML to value:
`
function saveEdits() {
//get the editable element
var editElem = document.getElementById("edit");
//get the edited element content
var userVersion = editElem.value;
//save the content to local storage
localStorage.userEdits = userVersion;
//write a confirmation to the user
document.getElementById("update").innerHTML="Edits saved!";
}
function checkEdits() {
//find out if the user has previously saved edits
if(localStorage.userEdits)
document2 years ago
How? The replit newsletter is Julia, but how?
CodeLongAndPros They make it in HTML 5 and stuff, but they have a couple of lines of code in it.
In the 'rust' newsletter, they have:
>fn newsletter() -> Result {
>println!("Repl.it newsletter!");
Hi [%first_name | username%],
`3 years ago
How? I want it so ppl can make an announcement in html on my repl
PattanAhmed @frostedbutton75
Do you mean to say that you want other people to access your Repl?
If you mean like that then these are the procedures:-
1.
0
2.
1
If you want to post your Repl then follow these procedures:
1.
0
2.
1
Hope this helps.
* Please mark my answer if this helps*3 years ago
How? I want one that every time someone joins, the bot says, “Hi, (name).”.
Coder100 Hello. Here's a link that might help you:
StackOverflow
basically:
@client.event
async def onmemberjoin(member):
for channel in member.guild.channels:
if str(channel) == "member-log": # replace this to the desired name
await channel.send(f"""Welcome {member.mention}!""")
Hopes this helps!3 years ago
Hi ppl
I would like to uncover - the Codeers (code-EARS)! Codeers is a coding group for anybody. We help each other, challenge each other, and work o
kitoki mmm, someone mention me...
though, i have question OoT
how to manage knowledge in discord? and documented them?
like, list of collection...?
so, at least, when person ask something, just need to refer to 'aaa', and focus on... focus on break it?
>###### and, i know, sorry for spam, in few week i will delete all of them3 years ago
Hi
I need help.
Ik that @amasad and @PYer have custom domain .me, but is it free? If not, how much do you pay?
Best, FB75
VulcanWM It isn't free, you can get it at many different places. Google domains, GoDaddy and other stuff. It depends on where you are getting it from for the cost.
> Mark this as the answer if this was helpful or useful.3 years ago
Every time I load repl, the w3schools icon shows in the repl favicon’s place. Then when I reload, repl’s icon re-appears. Ideas?
k9chelsea2 oof, I have had that happen to me on youtube multiple times when it loads the youtube accounts data to another accounts one and when you click on it it comes up with the youtube icon, video titles and banner as the previous one. That has also happened on another occasion where the bbc icon replaced the youtube icon for a long time, this is probably a google bug imo3 years ago
Such an annoying popup. It’s useless but you can annoy visitors (especially foes)
open in new tab or it doesn’t work
@DynamicSquid said in @Bookie0’
HTML, CSS, JS