Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geovanisouza92/scrap-cetelem
Coletar informações do site da Cetelem (Submarino) | Collect information from Cetelem site
https://github.com/geovanisouza92/scrap-cetelem
Last synced: 15 days ago
JSON representation
Coletar informações do site da Cetelem (Submarino) | Collect information from Cetelem site
- Host: GitHub
- URL: https://github.com/geovanisouza92/scrap-cetelem
- Owner: geovanisouza92
- Created: 2015-02-18T16:56:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T15:14:28.000Z (almost 10 years ago)
- Last Synced: 2023-03-22T20:53:40.229Z (almost 2 years ago)
- Language: Python
- Size: 94.7 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coletar informações do site da Cetelem (Submarino)
Este é um protótipo de Web Scraping ("raspagem" da web) para coletar informações do Internet Banking relacionado ao cartão Submarino.
Uma tarefa que sempre toma cerca de 10 minutos, que através desse script é reduzida para 15 segundos.
# Setup
Copie ```.env-sample``` para ```.env```, edite e preencha seu nome de usuário e senha de acesso ao Internet Banking Cetelem.
Execute (dentro do virtualenv, se preferir):
$ pip install -r requirements.txt
$ python cetelem.pySe não quiser salvar usuário e senha no arquivo, use:
$ CETELEM_USER= CETELEM_PASSWORD= python cetelem.py
# [EN] Collect information from Cetelem site (Submarino)
This is a Web Scraping prototype to collect information from Internet Banking related to Submarino credit card.
A task that always take 10 minutes, that through this script is reduced to 15 seconds.
# [EN] Setup
Copy ```.env-sample``` to ```.env```, edit and fill your user name and password from Cetelem Internet Banking.
Execute (into vrtualenv, if prefer):
$ pip install -r requirements.txt
$ python cetelem.pyIf you don't want to save user name and password in file, use:
$ CETELEM_USER= CETELEM_PASSWORD= python cetelem.py