You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run bigbang collect-mail and pass in a URL, it displays a list of archives in the terminal but that's it. It's not clear that it's actually downloading the articles into the archives folder, though it actually is. It looks like there are various logging.info() calls with output, but they don't get displayed in the terminal.
This script immediately displays all of these .mail filenames, and then just sits there for over a minute. But in the background, it's actually scraping the mailing list. It would be helpful if the output was nicer, and if it showed progress while you were running the script.
The text was updated successfully, but these errors were encountered:
When you run
bigbang collect-mail
and pass in a URL, it displays a list of archives in the terminal but that's it. It's not clear that it's actually downloading the articles into thearchives
folder, though it actually is. It looks like there are variouslogging.info()
calls with output, but they don't get displayed in the terminal.For example:
This script immediately displays all of these
.mail
filenames, and then just sits there for over a minute. But in the background, it's actually scraping the mailing list. It would be helpful if the output was nicer, and if it showed progress while you were running the script.The text was updated successfully, but these errors were encountered: