You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
You're probably talking about web scraping. For something like that, I
usually use python requests to fetch the page and BeautifulSoup to parse
the page. Once the page is parsed, you can use the build-in csv module
to output csv.