8000 GitHub - is1394/wsSpider: Web services Académico-ESPOL spider.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

is1394/wsSpider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web services ESPOL Spider.

Setup:
- Install dependecies:
sudo pip2 install tabulate (Python2)
sudo pip2 install suds	   (Python2)
sudo pip3 install tabulate (Python3)
sudo pip3 install suds-jurko (Python3)
- Original Repository:
https://github.com/juanmisak/wsSpider.git
- Run wsSpider:
cd wsSpider
chmod +x wsSpider.py
./wsSpider.py FIRSTNAME LASTNAME YEAR TERM
- Run wsHorario:
cd wsSpider
chmod +x wsHorario.py
./wsHorario.py FIRSTNAME LASTNAME
- Run wsMateriasDisponibles:
cd wsSpider
chmod +x wsMateriasDisponibles.py
./wsMateriasDisponibles USERNAME
-Actually wsSpider, wsHorario, wsMateriasDisponibles are in Python 2

About

Web services Académico-ESPOL spider.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0