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(message):
    await message.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.1.2.tar.gz (25.0 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.1.2-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for fluxer_py-0.1.2.tar.gz
Algorithm Hash digest
SHA256 fa33ac20151ab00597b191f1814a50b296fd750c03e6ff5347150f79ffa98f1f
MD5 fbc3377486b2a58029bd4540e52cce9b
BLAKE2b-256 29f5c70734608ab7a6069a0da405786151f4a8cfa29ad997d8231894aafdaa85

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for fluxer_py-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 25195109a1625628d41e2b1b7c41c7abe3dba546eb5cd4683a296875c7fe1483
MD5 297cb8a7c7d875469a8fe7294dc5a156
BLAKE2b-256 53882f58ae5c25bdea73d43bf633ef681ed7a18b2dd50d753ea6445649b92f7c

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