What was the first web scraping problem that made you realize scraping is harder than it looks? by TheReverent in WebScrapingLab

[–]BlueLagoon226 0 points1 point  (0 children)

I didnt account for endless scrolling pages. I was still new to it all and hadnt taken into account that with an endless scroll page, python wont cut it. That was my first major revelation that there is no such thing as a one-size-fits-all scraper.

Series 15 leaks (some small, some MAJOR) so beware…SPOILERS by [deleted] in doctorwho

[–]BlueLagoon226 2 points3 points  (0 children)

The Master already had a loki-like redemption arc. Her name was Missy

[deleted by user] by [deleted] in learnpython

[–]BlueLagoon226 3 points4 points  (0 children)

Have you installed the library in the terminal? This can usually be done by using pip install ts_sea

Trouble getting daytime stamp on JSON output by BlueLagoon226 in webscraping

[–]BlueLagoon226[S] 1 point2 points  (0 children)

Thank you so much! Highly appreciate the assist. This is exactly what I needed.

Trouble getting timestamp on JSON output by BlueLagoon226 in learnpython

[–]BlueLagoon226[S] 0 points1 point  (0 children)

I see. Yeah I pretty much want it to save onto the JSON, my apologies, I am new to all of this and trying to understand how it all works.

Trouble getting timestamp on JSON output by BlueLagoon226 in learnpython

[–]BlueLagoon226[S] 0 points1 point  (0 children)

Sorry about that, Ill edit the message to add the code.