You are browsing as a guest. Sign up (or log in) to start making projects!

Alorie

  • 4 Devlogs
  • 3 Total hours

A discord bot that lets you log food by sending a photo, and uses claude's AI to estimate calories and macros automatically. Currently mid rebuild, no commands implemented yet. First project as well! (kindof)

Open comments for this post

55m 18s logged

Added /calcgoal cog, it puts in your height, weight, age, and activity level and calculates a real daily calorie target using the mifflin-st jeor formula, then saves it as your goal automatically. also tried adding a /help command and it turned into a multi-hour nightmare. kept getting “unknown integration” errors no matter what i did. might try to add it again in the future

0
0
3
Open comments for this post

26m 32s logged

Got /today working. it now actually shows real calorie numbers instead of just a list of what i ate, plus a total for the day and how i’m doing against my goal if i set one. also had a whole side quest tonight untangling git after moving my project out of onedrive (which, turns out, was actually the reason my bot kept hanging forever on database writes, onedrive syncing was locking the file mid-write 😭😭). had to manually reconnect my local folder back to my github history since the .git folder didn’t come with when i moved things. annoying but got it sorted. next up is /week

0
0
2
Open comments for this post

1h 2m 18s logged

Finally got my first real cog working, /log now actually takes my photo, sends it to claude, and gives me back calories and macros. it still might be buggy but it worked for me. more features coming!

0
0
2
Open comments for this post

52m 30s logged

Okay so today was mostly just me tearing my bot apart and rebuilding it on a new folder lol. had a whole working version before but it was all just one massive bot.py file so i split it into separate files. also finally got it on github which was it’s own experience 😭 accidentally committed my database file and some python cache junk before i got .gitignore actually working right, so i had to google how to untrack files without deleting them 😪. no actual commands work yet in this version, so it just connects and does nothing basically, but i will be implementing commands soon!

0
0
5

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…