/GetEmailList

Save the email of all students in a list

Primary LanguagePython

GetEmailList

Save the email of all students

Requirements

You need Python 2.7 to run emailList.

Two dependencies :
- mechanize
- bs4

In Ubuntu, Mint and Debian you can install mechanize and bs4 like this:

$ sudo pip2.7 install mechanize
$ sudo pip2.7 install bs4