Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "scrapper"
-
Wanted to make a script for batch downloading lyrics for the mp3s on my phone
✔️Read ID3 tags to get title and artist
✔️Scrap a lyrics website
✔️Add a USLT frame to store lyrics within
✔️Lyrics show up on Clementine/Amarok/Whatever
❌Lyrics show up on my phone stock music player
Why the ffffffuuuuuuck!!! As if the ID3 lyrics tag were documented enough, now my phone gets picky and can't find them...1 -
So, I'm bored at work (contract ends in one month and finished everything I could do), so I started searching for a new flat for September.
In France we have a website called "LeBonCoin" which is like craigslist, people post available flats.
But, being a nerd, instead of searching manually (peasants) (and also because I have so much free time on my hands), I coded a web scrapper in Python. It gets all the info (monthly rent, description,...)
So far so good, now need a way to make it calculate the distance between the flat and my next work place (for biking), and the city center.3 -
Hi, I am using a Wikipedia scrapper in one of my Open Source project. The data extracted from it is the stored in Elasticsearch... Now I have decided to create library out of it so that other people can use it too... My question is should also include the Elasticsearch storing module in library or just add the scrapper... Please let me know your thoughts.8