Please sign in to access this page
a terminal-based social media service. for hackers, by hackers. pip install glyph-sh to get started.
Mikolaj
Check their project out: ende - 3D Procedural Generator
lexm
Check their projects out: earthSCII, earthSCII, lexm.leprd.space, lexm.leprd.space
somebody else
Check their projects out: Terminal chip-8, A game similar to undercity colleseum, Pass and play chess for the playdate!
Jaime
Check their project out: TMUA Practice application
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!
I changed glyphview to use the newly fragmented Python helper files. I had to completely refactor glyphpost to not use classes, so I could import the files over. (side note: the 3 lines of code I have shown in the picture required 150+ lines of refactoring)
Fragmented everything into neat files!!! This is going to be sooooooo much easier to debug :yay:
idk why adding YouTube stats is just sooooo difficult. The main problem is that main.py is simply too big. I think I'll focus on fragmenting it up first...
ok this should not have taken this long. I originally wanted to use the youtube API. However, it did not work for some reason. Idk... I watched a bunch of YouTube videos (lol) on how to use the API, but it seems like they weren't updated for the new name system. So... I just ended up scraping. It isn't 100% legal, but at the scale of my application, it most likely will be fine.
Added support for glyph-post -t header/title -m message... took way longer than expected for some reason.
Added new file called glyph-view. Users can now run glyph-view -u 'pizzalover125' and view that person's profile. :)
Improved the website design with these floating glyphs and fixed another security leak.
JUST ADDED THIS PROJECT TO PYPI!!!! It took wayyyyyy longer than expected, but here we are! Simply run pip install glyphsh and get started :) .
I initialized the GitHub repo, so i am posting this dev log! So far, I've set up signing up, logging in, logging out, creating a user profile, and viewing other user profiles.