basically I use to rent scooters and I needed a way to rent them for life (endless parking spot glitch).
- ElysiaJS HTTPServer (Bun based) that handles APIs between User <-> Bit
- Endless Book Glitch
- Redis cache-db that stores booking infos + Cron that every minute checks if a device needs to be re-booked
U just have to add in ur .env
:
URL=<bit_url>
UUID1=<uuid1>
UUID2=<uuid2>
I dont even know what uuid1 and uuid2 is used for but I found mine through the login request.
Then, do bun install
(you have to install Bun).
And finally bun start
to start the HTTPServer.
Also u want to start the cron so open another CLI and type bun run cron.js
.
Enjoy ur ride sir 😽😽
BTW, there's also a frontend for this. Go to repo
- Scan someway every city ID (Currently works only in Pescara / Montesilvano)
Bit Mobility is a trademark of BIT Mobility Srl, this project is user-made and not associated with the company in any way.