Web Scraping Repl.it
Web Scraping Repl.it
Has anyone successfuly web scraped repl.it to get the code? When I tried to scrape one of my programs, all I got was this message:Not sure what to do? Run some examples (start typing to dismiss)
All help appreciated!
mat1 (4417)
This isn't exactly web scraping, but I made a small program 2 days ago that does this https://repl.it/@mat1/repl-test
Please mark this comment as the answer if it helped. Thanks!
ash15khng (712)
I don't think anyone has ever tried, and I don't think repl.it was made for getting code information from web scraping.
Geocube101 (623)
The most I've done is make a program to get the number of cycles a user has
You can get the html of replit using xpath
Heres a tutorial on how to web scrape with xpath in python https://docs.python-guide.org/scenarios/scrape/
Hope this helped (:
@PowerCoder : I meant in node.js. Sorry for the unclarity.
@vedprad1 Oh, ok.