Includes: API (Express/TypeScript), Astro site, Python workers, document generators, FCC compliance tools, Canada CRTC formation, Ansible infrastructure, and deployment scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
817 B
Python
30 lines
817 B
Python
CONFIG = {
|
|
"state": "VT",
|
|
"state_name": "Vermont",
|
|
"agency": "SOS",
|
|
"agency_name": "Secretary of State",
|
|
"portal_url": "https://sos.vermont.gov",
|
|
"search_url": "https://bizfilings.vermont.gov/online/BusinessInquire",
|
|
"search_method": "socrata",
|
|
"socrata_domain": "data.vermont.gov",
|
|
"registered_agent": {
|
|
"name": "Northwest Registered Agent",
|
|
"street": "40 S Main St Ste 201",
|
|
"city": "Waterbury",
|
|
"state": "VT",
|
|
"zip": "05676",
|
|
},
|
|
"fees": {
|
|
"llc": 155,
|
|
"corporation": 155,
|
|
},
|
|
"selectors": {
|
|
"search_input": "",
|
|
"search_button": "",
|
|
"results_table": "",
|
|
"name_field": "",
|
|
"agent_name_field": "",
|
|
"agent_address_field": "",
|
|
"submit_button": "",
|
|
},
|
|
}
|