Helps track time spent inside of fusion 360 and sends it directly to hackatime/wakatime!
Birb
Check their project out: Vent System Manager
its_kronos
Check their projects out: Databoard, Python en Francais
RooCraft
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
zrl
Check their projects out: arker, terminal-wakatime
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
So for the past couple of days I've been refactoring my code into a much more readable format. As shown in this diagram I also redesigned the heartbeats to not use wakatime-cli in c:/user/.hackatime to make it much easier to use!
There was one simple bug. All it took was fixing one simple bug to get macOS fully working. I was returning after getting the platform which would only loop the heartbeat once and i was not using the sys.platform but instead my own variable
Fixed a bug in macOS! it would not send heartbeats because of the run function. On macOS fusion has a quirk where the API will start immediately unlike windows. This would have errors where the project would be seen as invalid and the heart beat would not send. (credits to Alan for finding the bug)
I added macOS capabilities to fusion wakatime! I had to bundle the resources with it though cause macOS is sandboxed :c
4 months ago
I added an install script in order to clean up the workflow and make it easier for people to understand. It also allows me to change it with each release
Bug Fixing! - Today i started to bug fix the problems in my code :p The main problems in my code were due to encoding and some weird requests stuff. The next step in this project is to make an install script to help the program and make it easier for me to debug
Today I got the program to send heart beats out which is pretty cool :p - I do think the program could be better but for now it works!
Hello! - So todays project was a little bit special as I have never really just sat down and coded for hours (lmao) but i felt a need to help out the hack club community and create an addon for fusion360 and hackatime due to there only being an onshape hackatime and i dont really prefer it :(. Soooo - I started off the day by confusingly looking through this stupid fusion api lmao Thanks Echo_315 for the idea