Skip to main content

Comment any resource on the web!

Project description

NoComment

Comment any resource on the web!

Install

NoComment is available on PyPI under the name no-comment. To install, just run python -m pip install no-comment.

Configure

NoComment is configured using environment variables. See the settings module for a comprehensive list of configuration variables.

All the variable names must be prefixed with NO_COMMENT_. For instance :

# The secret can be generated using the `secrets.token_hex()` function.
$ export NO_COMMENT_SECRET_KEY="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"

# Additional Python database drivers might be required depending on the DSN.
$ export NO_COMMENT_DSN="sqlite:///data.sqlite"

Authentication

TOTP authentication is provided to be able to login on servers that do not (yet) support the cryptography module. You must install extra dependencies (no-comment[totp]) and enable it explicitly by setting a base32 random secret:

# The secret can be generated using the `pyotp.random_base32()` function.
$ export NO_COMMENT_TOTP_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Note that it is a highly insecure way of authenticating, as anyone gaining access to your OTP generator would be able to login.

Initialise

Once configured, you must initialise NoComment's database with the dedicated command:

$ no-comment init-db

Run

NoComment being a Flask application, it can be run using any WSGI server, for instance, with Gunicorn:

$ gunicorn --access-logfile="-" -w 4 -b 127.0.0.1:3000 "no_comment.configuration.wsgi:app()"

You can now access the service at http://127.0.0.1:3000/MY_STREAM_NAME.

Contributing

See CONTRIBUTING.md to set up a development environment.

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

no_comment-0.2.0.tar.gz (106.0 kB view details)

Uploaded Source

Built Distribution

no_comment-0.2.0-py3-none-any.whl (138.9 kB view details)

Uploaded Python 3

File details

Details for the file no_comment-0.2.0.tar.gz.

File metadata

  • Download URL: no_comment-0.2.0.tar.gz
  • Upload date:
  • Size: 106.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.7 Linux/6.6.17-gnu

File hashes

Hashes for no_comment-0.2.0.tar.gz
Algorithm Hash digest
SHA256 96d7b6d834750c3d8dbbb6d770dabd7c1616ff667d1f3d3cd480d3769f255067
MD5 d90f62f0c10cceae41bb3a8866d07247
BLAKE2b-256 13f83f034c32487d025a3cca9ae626bef98568b695f53c0bd871f310e9caafed

See more details on using hashes here.

File details

Details for the file no_comment-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: no_comment-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 138.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.7 Linux/6.6.17-gnu

File hashes

Hashes for no_comment-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 80f22fd6351eeac9f49e14728d0c05e76e997c1b11eb7f8040dbcc3a765e14db
MD5 17b39dce0b313215e8d2872dc26f6698
BLAKE2b-256 2e942f9387c7da4a0d0e193a92ab6d8a91096694a854f85d0963f3be1ced614a

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