FluxDash is out! ​​​

FluxDash is a free and open source Geometry Dash bot for Fluxer. it can get level data and that's pretty much it lol

i need people to contribute!

please go to

Codeberg:
https://codeberg.org/JuxGD/FluxDash GitHub: https://github.com/JuxGD/FluxDash

and see if there's anything to contribute!

also the
gdutils crate which FluxDash depends on, i also made that, and it also needs a lot of help! please contribute!

Codeberg:
https://codeberg.org/JuxGD/gdutils-rs
GitHub:
https://github.com/JuxGD/gdutils-rs

please no LLM/agent contributions thank youuu

#rust #fluxer #geometrydash #rustlang #dev #boostsappreciated #boostswelcome #noai #foss
FluxDash

Geometry Dash bot for Fluxer!

Codeberg.org
oh yeah the auth link to get it on communities ​​​

i explained this in my fluxer.app Geometry Dash Community (GDC), i don't have a public auth link because the bot currently sucks as it's being held together by sticks and stones. there's bugs that crash it that are very common, even just adding the bot to GDC crashed it after a bit and ever since it just crashes some time after turning on

so that's why i need to get it to a good condition, then maybe i'll have a public auth link so everyone can add it to their communities

ALSO, even when it's stable and doesn't crash all the time, the official instance uptime will only be around 10 to 25% because i'm hosting it with my laptop. so if anyone has a server or computer with good uptimes, feel free to host a FluxDash instance and tell me about it, and i'll add it to the README and bot indexes like FluxList or FluxerServers!

#webhosting #geometrydash #helprequest #pleaseboost #boostsappreciated #boostswelcome
@JuxGD i could use the thing in my house to try to host it (but if my internet or electricity die uhm yea) but i would have to figure out how to actually run it properly
i also almost never open fluxer so uh
@benjae oh it's rly easy to run actually i'm not doing anything special

i was in the process of making the thing into a crate such that people would just be able to run
FLUXER_BOT_TOKEN="<token>" ~/.cargo/bin/fluxdash but then i had to leave my house. once i get back it's gonna be that easy i think

right now it's just cloning the repo and running
FLUXER_BOT_TOKEN="<token>" cargo run in it

or just
cargo run if there's a .env file with the FLUXER_BOT_TOKEN variable set

or
export FLUXER_BOT_TOKEN="<token>" && cargo build && ./target/debug/fluxdash

the bot token comes from fluxer settings > applications and make a bot, then regenerate the bot token
@benjae or at least that all works on my laptop
@JuxGD i meant in the "make it run automatically and in the background" kinda way, probably a systemd service or something idk
@benjae yeah i think i need to upload it to crates.io for that

after that idk how systemd works. iirc make a
fluxdash.service file or something and in it specify that the executable is in /home/user/.cargo/bin/fluxdash along with the token env variable. i think. idk
@JuxGD yeah
i could probably host it whenever you feel it's functional (it might die at some points tho so i'd have to get notified) 
@benjae oh yeah that reminds me somehow i need to add automatic restart if/when it crashes