Skip to main content

A Python wrapper for the Fluxer API

Project description

fluxer-py

A Python API wrapper for Fluxer. Build bots and interact with the Fluxer platform in a simple and elegant way.

Quick example

A dead simple bot with a ping command:

import fluxer

bot = fluxer.Bot(command_prefix="!", intents=fluxer.Intents.default())


@bot.event
async def on_ready():
    print(f"Bot is ready! Logged in as {bot.user.username}")


@bot.command()
async def ping(ctx):
    await ctx.reply("Pong!")


if __name__ == "__main__":
    TOKEN = "your_bot_token"
    bot.run(TOKEN)

Getting started to contribute

You'll need uv installed, then:

git clone https://github.com/your-username/fluxer-py.git
cd fluxer-py
uv sync --dev

That's it, you're sorted. Uv will handle the .venv and dependecies without conflicts, like a traditional package manager!

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

fluxer_py-0.3.1.tar.gz (39.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fluxer_py-0.3.1-py3-none-any.whl (48.0 kB view details)

Uploaded Python 3

File details

Details for the file fluxer_py-0.3.1.tar.gz.

File metadata

  • Download URL: fluxer_py-0.3.1.tar.gz
  • Upload date:
  • Size: 39.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for fluxer_py-0.3.1.tar.gz
Algorithm Hash digest
SHA256 8c27aa50e276ebd26aee3722e3dda6cd07ab5cc9ac40490bbda94f05c0c8d212
MD5 d80f96ecd1f8aeb081fff60df1cbcfa5
BLAKE2b-256 8e73f32cd5279d4ddb436c3fb8dde725a8216a8f079a2f4111bbdf07e45bf162

See more details on using hashes here.

File details

Details for the file fluxer_py-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: fluxer_py-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 48.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for fluxer_py-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 de18e11c0a1f9483afd1add12bce4abb42a662a8cf1b88053d8b9bc6928d72ba
MD5 0dcfbf887e4ca73c58666ffe46f2d98b
BLAKE2b-256 77740b30714ef8bd777146a19b87e50ca1c6b86e8f256a0a076b913552077063

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page