Socket
Book a DemoInstallSign in
Socket

xenget

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xenget

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

0.0.2
pipPyPI
Maintainers
1

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()

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.