I released a replica of the Facemash (the website that Mark Zuckerberg launched at Harvard University back in the day before he made Facebook),
The main idea behind this application is to rate users based on their profile pictures.
I might change the QC profile pictures to something else like artists or memes have fun guys!.
https://sukie-production.up.railway.app
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Fortish:
Lol this is cool dude
sukie:
@fortish wrote:
Lol this is cool dude
ty I'm a girl xD
Fortish:
@sukie wrote:
@fortish wrote:
Lol this is cool dude
ty I'm a girl xD
@sukie wrote:
@fortish wrote:
Lol this is cool dude
ty I'm a girl xD
Oop sry xd
sukie:
@fortish wrote:
@sukie wrote:
No worries xD
@fortish wrote:
Lol this is cool dude
ty I'm a girl xD
@sukie wrote:
@fortish wrote:
Lol this is cool dude
ty I'm a girl xD
Oop sry xd
maths89898:
these people are crusty
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
forgetmylife:
It’s good but I don’t see me
Gay much other than that I voted even though it’s mad long😂
sukie:
@maths89898 wrote:
these people are crusty
Lol yeah, i wish they use real pfp. btw the pictures on the application auto-update when you change them here. you change them here they change there too.
sukie:
@forgetmylife wrote:
It’s good but I don’t see me
Gay much other than that I voted even though it’s mad long😂
don't worry i gotchu i can add you xD
forgetmylife:
@sukie wrote:
@forgetmylife wrote:
It’s good but I don’t see me
Gay much other than that I voted even though it’s mad long😂
don't worry i gotchu i can add you xD
Alright
enbyinyourbasement:
🤌
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Shikamaru:
It sucks but impressive that you made it
sukie:
@shikamaru wrote:
It sucks but impressive that you made it
LOL
FrogGirlEmmy:
damn its nice. better than i could ever do XD
sukie:
@froggirlemmy wrote:
damn its nice. better than i could ever do XD
Aww thank you so much. its really motivate me when users like my work <3
Backstabber:
pretty fun
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
sukie:
@backstabber wrote:
pretty fun
ty for giving it a try xD
ItzDanger:
Dang sukie why I ain't on there?
WolfieYT:
Yeah and meee
WolfieYT:
Lol
WolfieYT:
Please put me on their sukiii
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
sukie:
@itzdanger wrote:
Dang sukie why I ain't on there?
@wolfieyt wrote:
Please put me on their sukiii
added you guys. xD i will use only real faces in the next version.
WolfieYT:
Thxx
Astrid1:
Dope man.
sukie:
@astrid1 wrote:
Dope man.
LOL i'm a girl i wanna cry *^*
Astrid1:
Yeah but I can still call you man. Well, unless you prefer to be called chica or missy or gworl or girlie or sum like that.
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
Astrid1:
Just want to mention that it seems as though you can't refresh the website. And the top 10 button isn't working. I am also currently stuck on a long list of dolphin pfp's.
forgetmylife:
Bruh the three buttons for chat and etc doesn’t work on IOS plus when you reload it says “an error occurred” which is homo
Ultrilliam:
Took a look, little curious, how do you go about gathering the PFP's, do you have a scraper, or manually get the URLs and put them in a DB?
sukie:
@ultrilliam wrote:
Took a look, little curious, how do you go about gathering the PFP's, do you have a scraper, or manually get the URLs and put them in a DB?
I have a python script that convert the online users list to JSON data and after that I use a PHP script to submit those links to my database. I can add the pictures manually too I have more than 100 user for now. I wish Qc users use real pfp its much fun to compare real faces.
Ultrilliam:
Interesting, might I ask why you went that route rather than using the native data on QC? For example using JS you can get every user loaded,
```
qc.usercache
```
then you could just enumerate through that object and get PFP's with:
```
userobj.xlargeAvatarSrc();
```
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
sukie:
@ultrilliam wrote:
Interesting, might I ask why you went that route rather than using the native data on QC? For example using JS you can get every user loaded,
```
qc.usercache
```
then you could just enumerate through that object and get PFP's with:
```
userobj.xlargeAvatarSrc();
```
My python script works pretty much with many websites i just need to add few changes. also i did not dig deeper into your js code xD I'm totally unaware of that function. i tried that just now on my console and it worked like charm.
sukie:
@ultrilliam wrote:
Interesting, might I ask why you went that route rather than using the native data on QC? For example using JS you can get every user loaded,
```
qc.usercache
```
then you could just enumerate through that object and get PFP's with:
```
userobj.xlargeAvatarSrc();
```
Umm how to get rid of users with default avatar ?
Ultrilliam:
simple, you would just check if the url was `/images/default-avatar.svg` and if it is, exclude it
sukie:
@ultrilliam wrote:
simple, you would just check if the url was `/images/default-avatar.svg` and if it is, exclude it
Beautiful.
sukie:
@all
I released a new small update xD
Still Need Help?
Join the QuestionCove community and study together with friends!