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>
28 lines
761 B
Python
28 lines
761 B
Python
CONFIG = {
|
|
"state": "LA",
|
|
"state_name": "Louisiana",
|
|
"agency": "SOS",
|
|
"agency_name": "Secretary of State",
|
|
"portal_url": "https://sos.la.gov",
|
|
"search_url": "https://coraweb.sos.la.gov/commercialsearch/CommercialSearchAnon.aspx",
|
|
"registered_agent": {
|
|
"name": "Northwest Registered Agent",
|
|
"street": "1340 Poydras St Ste 1770",
|
|
"city": "New Orleans",
|
|
"state": "LA",
|
|
"zip": "70112",
|
|
},
|
|
"fees": {
|
|
"llc": 100,
|
|
"corporation": 75,
|
|
},
|
|
"selectors": {
|
|
"search_input": "",
|
|
"search_button": "",
|
|
"results_table": "",
|
|
"name_field": "",
|
|
"agent_name_field": "",
|
|
"agent_address_field": "",
|
|
"submit_button": "",
|
|
},
|
|
}
|