Skip to main content

A library for Python to get information from a XenForo forum.

Project description

XenGet

A library for Python to get information from a XenForo forum.

Usage

Installation:

pip install xenget

Documentation

This documentation is temporary, and will be moved to a better place soon.

import xenget

Forum

Returns a Forum class. Usage:

forum = xenget.Forum("https://yourforum.com")
Forum.get_member(id)

Returns a Member class. Usage:

member = forum.get_member(12345)
Member
Member.get_avatar()

Returns an image. Usage:

member = member.get_avatar()
Member.get_banner()

Returns an image. Usage:

member = member.get_banner()
Member.get_username()

Returns a string. Usage:

member = member.get_username()
Member.get_joindate()

Returns a string. Usage:

member = member.get_joindate()

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

xenget-0.0.2.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

xenget-0.0.2-py3-none-any.whl (14.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