Skip to main content

Scraper para acessar informações dos seus eventos no Sympla.

Project description

Updates

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


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

If you're not sure about the file name format, learn more about wheel file names.

pysympla-0.0.6-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file pysympla-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for pysympla-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0b3204e1c97c020ebc0f7c193d8a421af5091e0e562aa30628eaf965fe8bd87f
MD5 5caa3f42d20ebe99946797470beea7e3
BLAKE2b-256 b873f81f24c05f31d48450c79a9f9a3964194d602b283cbd79f225161b809b6b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page