Posts

Comments

Comment by Crisses on Archiving Yahoo Groups · 2019-10-21T03:23:53.300Z · LW · GW

I'm getting a fail and traceback — I imagine there are python modules I don't have loaded that are required?

Traceback (most recent call last):
File "archive_group.py", line 25, in <module>
import requests #required for fetching the raw messages
ImportError: No module named requests
Comment by Crisses on Archiving Yahoo Groups · 2019-10-21T00:31:17.309Z · LW · GW

I figured it out. I don't speak python: for those who don't know the json & requests packages are required at minimum to archive messages.