datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
154 stars 51 forks source link

collect metadata for all submissions with working group draft scraper #397

Closed sbenthall closed 3 years ago

sbenthall commented 4 years ago

From @csperkins

dt = DataTracker(cache_dir=Path("cache"))

g = dt.group_from_acronym("httpbis") for d in dt.documents(group=g, doctype=dt.document_type_from_slug("draft")): print("") for sub_url in d.submissions: sub = dt.submission(sub_url) print(F"{sub.document_date.strftime('%Y-%m-%d')} {sub.name}-{sub.rev}") for a in sub.parse_authors(): print(F" {a['name']} <{a['email']}>")

sbenthall commented 4 years ago

fixed now in #394

npdoty commented 3 years ago

should this issue be closed? or can the particular desired feature be detailed more?

sbenthall commented 3 years ago

can be closed!