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.1.tar.gz (22.2 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.1-py3-none-any.whl (26.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fluxer_py-0.1.1.tar.gz
  • Upload date:
  • Size: 22.2 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.1.tar.gz
Algorithm Hash digest
SHA256 33187957224d74f93b126b2445006bf99a976b1e6a6f397687cdad33988e9e2f
MD5 66e3368da6ccebac3f7f51150b65cc49
BLAKE2b-256 6d352d4d162b761ba4990cdac955574621f6fc83c81ba9d9eb49eae205df7936

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fluxer_py-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 26.9 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 54f42408fa71a90b98e05cbfd526850899aa77a5fa7e472f3029231500c51e8c
MD5 fb9c4c2bb341940b141d1d58d65e2e06
BLAKE2b-256 135af86c9338699f7b37202337f4f3f8d4bf1231b845f0a49968e1f1e204e5ce

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