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
821 B
Python
30 lines
821 B
Python
CONFIG = {
|
|
"state": "IL",
|
|
"state_name": "Illinois",
|
|
"agency": "SOS",
|
|
"agency_name": "Secretary of State",
|
|
"portal_url": "https://ilsos.gov",
|
|
"search_url": "https://apps.ilsos.gov/corporatellc/CorporateLlcController",
|
|
"search_method": "socrata",
|
|
"socrata_domain": "data.illinois.gov",
|
|
"registered_agent": {
|
|
"name": "Northwest Registered Agent",
|
|
"street": "33 N Dearborn St Ste 1210",
|
|
"city": "Chicago",
|
|
"state": "IL",
|
|
"zip": "60602",
|
|
},
|
|
"fees": {
|
|
"llc": 150,
|
|
"corporation": 150,
|
|
},
|
|
"selectors": {
|
|
"search_input": "",
|
|
"search_button": "",
|
|
"results_table": "",
|
|
"name_field": "",
|
|
"agent_name_field": "",
|
|
"agent_address_field": "",
|
|
"submit_button": "",
|
|
},
|
|
}
|