Jump to content

Python + Livestream.com

Hi. Does anyone have any experience with scraping video descriptions from Livestream.com? I'd like to automate my workflow so i don't have to manually copy all the descriptions to a Google Sheet for each video i upload.

Im not asking for any finished code but a few examples how to do it would be great.

Link to comment
https://linustechtips.com/topic/919664-python-livestreamcom/
Share on other sites

Link to post
Share on other sites

3 hours ago, espurritado said:

scrapy will most likely be the solution you need.

I like robobrowser better, it's the joining of requests and beautofulsoup. Team that with gevent for async threads and you get a pretty fast web scraper. 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/919664-python-livestreamcom/#findComment-11273266
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×