Skip to content
Sign UpLog In
Profile icon

Carlos Herrera

Hacker
@HerreraCarlos81
Devoted to God and Family
Repls
Community
HerreraCarlos81
HerreraCarlos81
shared a Post
2 years ago
Call Repl.it from Apps Script
Hello community I have this repl.it python code which is supposed to make some scrapping and return the price of the item. https://replit.com/@Herrer
Harrods_Tracker_Scrap
Python
19ecal
19ecal
You can have a flask server like so from flask import * def scrape(): #your code for scraping here return scraped_output app=Flask ("main") @app.route("/") def main(): return scrape() app.run(host="0.0.0.0") Then you can fetch to that URL It will be like this repl-name.username.repl.co2 years ago
HerreraCarlos81
HerreraCarlos81
shared a Post
3 years ago
Hello community! I am a new Rust Lang learner and I have been writing a Rust version of the Po-Shen Loh (Mathematician) solution to ALL quadratic equ
Loh's Quadratic Solution
Rust
daCynicalbOi
daCynicalbOi
Very good. You deserve an upvote.2 years ago