sangaline / wayback-machine-scraper

A command-line utility and Scrapy middleware for scraping time series data from Archive.org's Wayback Machine.
http://sangaline.com/post/wayback-machine-scraper/
ISC License
423 stars 74 forks source link

Compatibility? #1

Closed ghost closed 6 years ago

ghost commented 7 years ago

It's a sad state of affairs, that I have to ask this for projects that don't make it explicitly clear. So, sorry! :)

I'm just wondering whether this is compatible with Python 3? Or, would it need some love and contribution to bring it up to date?

Thanks!

sangaline commented 7 years ago

It's actually the other way around :-). Python 3 should be fine but Python 2 won't because the project uses datetime.timezone. I'll leave this open and resolve it once Python 2 support is added.

ghost commented 7 years ago

Great to hear, thanks!

On 6 April 2017 20:39:19 GMT+01:00, Evan Sangaline notifications@github.com wrote:

It's actually the other way around :-). Python 3 should be fine but Python 2 won't because the project uses datetime.timezone. I'll leave this open and resolve it once Python 2 support is added.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/sangaline/wayback-machine-scraper/issues/1#issuecomment-292290854

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

sangaline commented 6 years ago

Actually, with Python 2 being end-of-lifed so soon, there's probably no point in adding it now.