Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🧞.
- Host: GitHub
- URL: https://github.com/rohitaryal/sherlock
- Owner: rohitaryal
- Created: 2024-06-12T03:02:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T10:11:52.000Z (7 months ago)
- Last Synced: 2024-06-23T11:27:06.401Z (7 months ago)
- Topics: kiit, kiit-foss, python3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🧞 Sherlock
Find your KIIT buddy's details using his/her roll number only 🧠.
Details include:
- Name
- 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 Sherlockdetective=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.💯