Skip to main content

ProBot embed messages feature based database, :shitoh:

Project description

ProBot.DB

ProBot embed messages feature based database, lol.

Store your data in ProBot database easily, using the embed messages feature, for free :).

Installation

pip install ProBotDB

Usage

Now all you need is a server ID with ProBot, and your auth token from probot.io.

from ProbotDB import ProBotDB

database = ProBotDB('auth token', 'server ID', 'embed name')

database.set('foo', 'bar')
database.get('foo') # bar
database.push('foo', 'ok')
database.delete('foo')
database.clear()

Project details


Release history Release notifications | RSS feed

This version

1.1

Download files

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

Source Distribution

ProbotDB-1.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

ProbotDB-1.1-py3-none-any.whl (2.6 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