Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

omznc/FitFitGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FitFitGo - A really bad student search engine.



I can't really say anything else about this. It took like 2 hours and did not help cure my boredom.

I used a python script to scrape my Uni's largest Discord server, then with the help of some RegEx patterns I extracted all the matches for Firstname Lastname IBXXXXXX and turned that into a JSON.

Then, you won't see this one coming - I made a webpage to search that by the student ID, and also ended up generating the student email addresses since they're in the firstname.lastname@edu.fit.ba format. That's fun and all but not all the messages were firstname lastname, some of them were lastname firstname so I ended up just making a reversed order in the json for the email.

I guess it works, though I only have about 150 students currently indexed. If you manage to procure a bigger list, shoot me a pull request and I'll merge it ♥