Liodeus / GetEmailList

Save the email of all students in a list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Save the email of all students in a list


Languages

Language:Python 100.0%