Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitaryal/butterfly
Butterfly the KIIT faculty details in your disk :/
https://github.com/rohitaryal/butterfly
kiit kiit-foss scraper
Last synced: about 1 month ago
JSON representation
Butterfly the KIIT faculty details in your disk :/
- Host: GitHub
- URL: https://github.com/rohitaryal/butterfly
- Owner: rohitaryal
- License: mit
- Created: 2024-06-09T07:35:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T19:47:17.000Z (7 months ago)
- Last Synced: 2024-06-16T20:57:16.751Z (7 months ago)
- Topics: kiit, kiit-foss, scraper
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦋 Butterfly
Butterfly the KIIT faculty details from the KIIT website :/## 😃 How to use ?
1. Clone the repo
```bash
git clone https://github.com/rohitaryal/Butterfly
cd Butterfly
```
2. Install requirements
```bash
pip install -r requirements.txt
```
3. Run it
```bash
python3 butterfly.py # <--- Saves data to 'result.csv'
```
#### 😠 I need all in single copy ?
```bash
git clone https://github.com/rohitaryal/Butterfly
cd Butterfly
pip install -r requirements.txt
python3 butterfly.py
```## 📁 Download pre-butterflied CSVs:
- CSE: [cse.csv](./csv/cse.csv)
- Civil: [civil.csv](./csv/civil.csv)
- KSAS: [ksas.csv](./csv/ksas.csv)
- KSCA: [ksca.csv](./csv/ksca.csv)
- KSOH: [ksoh.csv](./csv/ksoh.csv)
- Bio-Tech: [biotech.csv](./csv/biotech.csv)
- Mechanical: [mechanical.csv](./csv/mechanical.csv)
- All Branch: [all_branch.csv](./csv/all_branch.csv)**Note**: All branches plus un-mentioned ones are present in [all_branch.csv](./csv/all_branch.csv)
CSV is distributed as follows and in case of empty/unavailable the are left blank:
` NAME | BRANCH | IMAGE | LINKS | EMAIL `
Links are maybe multivalued attribute and are seperated by space.---
`Butterfly=Scrape`