SkillAgentSearch skills...

Facemash

As shown in The Social Network movie

Install / Use

/learn @thetruefuss/Facemash
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Facemash

As shown in The Social Network movie built with Python using the Django Web Framework.

P.S: It ranks people using Glicko-2 Rating System.

Facemash Screenshot

Installation Guide

Clone this repository:

$ git clone https://github.com/thetruefuss/facemash.git

Install requirements:

$ pip install -r requirements.txt

Copy .env.example file content to new .env file and update the credentials if any.

Run Django migrations to create database tables:

$ python manage.py migrate

Run the development server:

$ python manage.py runserver

Verify the deployment by navigating to http://127.0.0.1:8000 in your preferred browser.

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated2mo ago
Forks8

Languages

Python

Security Score

95/100

Audited on Jan 5, 2026

No findings