Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 :/

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`