Skip to content

Instantly share code, notes, and snippets.

@RuanAragao
Created May 12, 2015 17:19
Show Gist options
  • Save RuanAragao/80f7c50c0583857a4f4a to your computer and use it in GitHub Desktop.
Save RuanAragao/80f7c50c0583857a4f4a to your computer and use it in GitHub Desktop.
form
## 1 - Despesas
url = "http://inter01.tse.jus.br/spceweb.consulta.receitasdespesas2014/resumoDespesasByCandidato.action?sqCandidato=&sgUe=&sgUfMunicipio=&filtro=S&tipoEntrega=0"
### 2 - Receitas
# url = "http://inter01.tse.jus.br/spceweb.consulta.receitasdespesas2014/resumoReceitasByCandidato.action"
### form
# sqCandidato
# sgUe
#candidato
# rb1 = checked ##vide url
### tipo
# receitas ## muda para a url 2
# #
# Tipo de Prestação de Contas
# tipoEntrega
# # values
# # # 1 - 1ª Parcial
# # # 2 - 2ª Parcial
# # # 0 - Final
### Filtro por Candidato
# nrCandidato - numero
# nmCandidato - nome
# sgUfMunicipio - uf
# sgPartido - partido
### submit
# action:resumoReceitasByCandidato
# action:exportaReceitaCsvCandidato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment