ryansmccoy / py-sec-edgar

Python application used to download, parse, and extract structured/unstructured data from filings in the SEC Edgar Database (including 10-K, 10-Q, 13-D, S-1, 8-K, etc.)
Other
101 stars 17 forks source link

Add ability to set HTTP User-Agent #12

Closed tlim01-github closed 2 years ago

tlim01-github commented 2 years ago

Here are the modifications for setting the User-Agent on the HTTP header.

ryansmccoy commented 2 years ago

Just tested, works great! Thank you so much!