Dalec plugin to retrieve discourse data
Project description
🗣 dalec-discourse
Django Aggregate a Lot of External Content -- Discourse
Aggregate last discourse post from a given discourse instance.
Plugin of 🤖 dalec.
Installation
Install the module:
pip install dalec-discourse
In django settings INSTALLED_APPS
, add:
INSTALLED_APPS = [
...
"dalec",
"dalec_prime",
"dalec_discourse",
...
]
Usage
General usage:
{% load dalec %}
{% dalec "discourse" content_type [channel=None] [channel_object=None] [template=None] %}
Real examples:
Topics
Retrieves latest topics:
{% dalec "discourse" "topic" %}
Retrieves latest topics from a category:
{% dalec "discourse" "topic" channel="category" channel_object="15" %}
Categories
Retrieves discourse categories:
{% dalec "discourse" "category" %}
User topics and replies
Retrieves user topics and replies:
{% dalec "discourse" "user_topic_and_reply" channel="user" channel_object="zorro" %}
Settings
Django settings must define:
DALEC_DISCOURSE_BASE_URL
: discourse instance url (ex:https://discourse.org/
)DALEC_DISCOURSE_API_USERNAME
: discourse username (ex:admin
)DALEC_DISCOURSE_API_TOKEN
: discourse api token (ex:azeazeaezdfqsmlkrjzr
)
It could also define the login/password attribute, and then this auth method will be used (may be usefull for htaccess access for instance):
DISCOURSE_AUTH_USERNAME
DISCOURSE_AUTH_PASSWORD
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
dalec-discourse-0.1.1.tar.gz
(6.0 kB
view hashes)
Built Distribution
Close
Hashes for dalec_discourse-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a8acbbae88947937835edac86ca997b861c82032f45013037265bdfeaa073c0 |
|
MD5 | 797bed5db7e0b2b80a464f1def7e9375 |
|
BLAKE2b-256 | bc9dec213cbd179e585da865fdf938790990d6f4e15d6761e7694c0c898a850a |