Giter Site home page Giter Site logo

sherlock's Introduction

๐Ÿงž 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.๐Ÿ’ฏ

sherlock's People

Contributors

rohitaryal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.