Skip to main content

Python wrapper for the https://comments.bot API

Project description

comments

PyPi Python 3

A simple Python wrapper for the https://comments.bot API.

Basic usage

import comments

client = comments.Client("YOUR_API_KEY_HERE", owner_id=YOUR_USER_ID_HERE)

post = client.createPost(type="text", text="Hello world")

print(post.post_id)
print(post.link)
You will get something like this:
xxxxxxxx
https://comments.bot/thread/xxxxxxxx

createPost() arguments:

owner_id:

required if not passed on Client.

type:

must be text or photo. text is used by default if not specified.

text:

required if type equals to text. It must be a string betwen 0-4056 characters.

photo_url:

required if type equals to photo. It must be a string containing a link to the image.

caption:

Caption for the image. Only valid for photo type.

parse_mode:

Parse mode for the text/caption. It must be markdown or html.

administrators:

A string with user_ids (numbers) separated by comma. Example: 123456789,987654321,012345678.

disable_notifications:

Pass True if you don't want to receive notifications about new comments for your post.

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

comments-1.0.0.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file comments-1.0.0.tar.gz.

File metadata

  • Download URL: comments-1.0.0.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for comments-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0487a2463789821f65be966f402bb6ab2c067de9d2203da7c9e1619e23f8b7b1
MD5 acf0334e87b19d174b6e087320cdb9d2
BLAKE2b-256 7c9447a30a2af0b670c66cebbae6caa4756a34bef198a37a0d037f773c2641bb

See more details on using hashes here.

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