Please sign in to access this page

Glyph: Terminal-based Social Media

Glyph: Terminal-based Social Media Used AI

12 devlogs
19h 35m
•  Ship certified
Created by pizzalover125

a terminal-based social media service. for hackers, by hackers. pip install glyph-sh to get started.

Timeline

Ship 2

1 payout of shell 228.0 shells

pizzalover125

21 days ago

pizzalover125 Covers 8 devlogs and 9h 39m

I made images.py, but it doesn't seem feasible at the moment.

Update attachment

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)

Update attachment

Fragmented everything into neat files!!! This is going to be sooooooo much easier to debug :yay:

Update attachment

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...

Update attachment

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.

Update attachment

Added support for glyph-post -t header/title -m message... took way longer than expected for some reason.

Update attachment

Added new file called glyph-view. Users can now run glyph-view -u 'pizzalover125' and view that person's profile. :)

Update attachment

Improved the website design with these floating glyphs and fixed another security leak.

Update attachment

Ship 1

1 payout of shell 272.0 shells

pizzalover125

about 1 month ago

pizzalover125 Covers 4 devlogs and 9h 56m

JUST ADDED THIS PROJECT TO PYPI!!!! It took wayyyyyy longer than expected, but here we are! Simply run pip install glyphsh and get started :) .

Update attachment

OMG OMG OMG I GOT THE SERVER DEPLOYED (on nest btw)!!! https://glyph.pizzalover125.hackclub.app/

Update attachment

I just got the client and server code working! I feel like an engineer lol

Update attachment

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.

Update attachment