Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohitaryal/sherlock

Find your KIIT buddy's details using his/her roll number only 🧞.
https://github.com/rohitaryal/sherlock

kiit kiit-foss python3

Last synced: about 1 month ago
JSON representation

Find your KIIT buddy's details using his/her roll number only 🧞.

Awesome Lists containing this project

README

        

## 🧞 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

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

🎃 **Or you can import this script.**

```python
from sherlock import Sherlock

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

🙀 **Outputs:**

```python
{
'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.💯