Scraper para acessar informações dos seus eventos no Sympla.
Project description
Instalação
pip install pysympla
Como Usar
from pysympla import Sympla
# Autenticação
sympla = Sympla('username', 'password')
# Retorna evento especifíco
event = sympla.get_event('ID')
print(event.title, event.confirmed_participants, event.pending_participants)
# Retorna generator de eventos
events = sympla.get_events()
for event in events:
print(event.title, event.confirmed_participants, event.pending_participants)
Contribuindo
Contribuições são bem-vindas, sinta-se a vontade para abrir uma Issue ou Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pysympla-0.0.6-py3-none-any.whl.
File metadata
- Download URL: pysympla-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b3204e1c97c020ebc0f7c193d8a421af5091e0e562aa30628eaf965fe8bd87f
|
|
| MD5 |
5caa3f42d20ebe99946797470beea7e3
|
|
| BLAKE2b-256 |
b873f81f24c05f31d48450c79a9f9a3964194d602b283cbd79f225161b809b6b
|