Console app and Python API for harvesting email addresses of our ACS students
Project description
About
Console app and Python API for harvesting email addresses of our ACS students during their first week of ACS lab coursework.
Instructions for teaching assistants
These steps should be performed with your every student group, at the very start of their first week in the ACS labs:
Copy the examples/student-info.ini file into ispitni_materijaliA/.eXXXXX/ and ispitni_materijaliB/.eXXXXX/
Ask the administrator to switch the lab to the “exam” mode (aka “provera”)
Wait for all of the students to login
Instruct the students to:
Locate the student-info.ini file in their $HOME/$STUDENT_ID directory
Update the contents of the file with their own information
Save the file and close the editor
Logout
Ask the administrator to collect the exam .tar archive and switch the lab to the “normal” mode
Please send your collected exam archives to your professors as soon as you can.
Installation
To install acs_student_mail_harvester run:
$ pip install acs_student_mail_harvester
Console app usage
Quick start:
$ acs_student_mail_harvester students.csv --tar-path=examples/
Show help:
$ acs_student_mail_harvester --help
Python API usage
Quick start:
>>> from acs_student_mail_harvester import get_student_info, store_results_to >>> student_info = get_student_info('examples/') >>> store_results_to('students.csv', student_info)
Contribute
If you find any bugs, or wish to propose new features please let us know.
If you’d like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to AUTHORS.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for acs_student_mail_harvester-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 899e28a78c49dd185763bb85c9ec98e9c81ab8368ffbbe1e1d6643056d952de1 |
|
MD5 | aad81ac71d6752ae4dbabf03b89d29ef |
|
BLAKE2b-256 | af39a1f5ed0594efa23dc35b8703605211049292cf8cc3da7e017ada041b4baf |
Hashes for acs_student_mail_harvester-1.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c78b59de5f65a96eb0d6c91e5b05345d6dcbfd6872b8485f1db3810710b9769b |
|
MD5 | ba64e3ec8c0dc1e5e9bf60502b44ca27 |
|
BLAKE2b-256 | 1ff0d5ec51e783dd4972d54cd45cfbfb9a85c27b59795df53d790c45a48875aa |