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.0.tar.gz (37.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.0-py3-none-any.whl (45.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fluxer_py-0.3.0.tar.gz
  • Upload date:
  • Size: 37.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.0.tar.gz
Algorithm Hash digest
SHA256 f70e2c9b8a5779c5177ce6e411d5f0459574170cbe1214180019b787247aa79b
MD5 4a3cb5c5f4c275a0a078c8773a689afd
BLAKE2b-256 efba47a90ba31d27409f5d503de2d3781d2ba4cdfc2af2e91fd1a6aa58796845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fluxer_py-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 45.6 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a101622b8c0af53e1cd2215f88aa3466186eea3e5479a61e5c46792368e8828b
MD5 e9b3d287ed429a723a2ad231bda59e23
BLAKE2b-256 8ccf46df00507ea72a09d7261a0cecc3210baea8e8fbc4e945c1997d65898570

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