Skip to content

Find your KIIT buddy's details using his/her roll number only ๐Ÿงž.

Notifications You must be signed in to change notification settings

rohitaryal/Sherlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงž Sherlock

Find your KIIT buddy's details using his/her roll number only ๐Ÿง .

Details include:

  • Name
  • E-Mail
  • Student ID
  • Phone Number
  • Branch/Program

Requirements

  • Python3.x
  • requests library

pip install requests

๐Ÿ‘“ Usage

Open up your terminal window and paste this

git clone https://github.com/rohitaryal/Sherlock
cd Sherlock
python3 sherlock.py # <-- Now continue yourself

๐ŸŽƒ Or you can import this script.

from sherlock import Sherlock

detective=Sherlock()
print(detective.find("ROLL_NUMBER"))

๐Ÿ™€ Outputs:

{
    'status': 'success',
    'student_id': '1234567890',
    'phone_no': '1234567890',
    'email_id': '[email protected]',
    'roll_no': 'ROLL_NUMBER',
    'name': 'ROHIT  SHARMA',
    'is_international': True,
    'program_des': 'BRANCH DESCRIPTION,  YEAR'
 }

๐Ÿค” TODO

  • Put comments ๐Ÿ’€ [โœ…]

๐Ÿคฎ Issues?

Leave an issue with error logs


โ˜ข๏ธ DESCLAIMER: This script is provided "as is" without any warranties, express or implied. The author takes no responsibility for any consequences resulting from the use of this script. Use it at your own risk. By using this script, you acknowledge that you understand and agree to this disclaimer.๐Ÿ’ฏ

About

Find your KIIT buddy's details using his/her roll number only ๐Ÿงž.

Topics

Resources

Stars

Watchers

Forks

Languages