Skip to main content

Python wrapper for Between app

Project description

PyBetween

Wrapper for Between - 비트윈을 위한 파이썬 라이브러리

Install

pip install PyBetween

Using

Import

> from PyBetween import *

Login

> between = Between('YOUR_ID', 'YOUR_PASSWORD')
> between.login()
True

Get Messages

messages = between.get_messages().data
for message in messages:
	print(message.content)

Send Messages

> between.send_message('Hello!')
True

Class Structure

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyBetween-1.0.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

PyBetween-1.0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

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