Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 390 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 390 Bytes

enalog-py

EnaLog Python SDK

Usage

from enalog import push

push_event(api_token='dummy_api_token', event={
    'project': 'enalog'
    'name': 'user-subscribed',
    'description': 'User has subscribed to EnaLog',
    'push': False,
    'icon': '💰',
    'tags': ['app': 'EnaLog'],
    'meta': {'user_id': 123},
    'channels': {'slack': '<slack-channel-name>'}
})