简单的软件包,可停止接收来自unimi的烦人电子邮件。

unimi_unsubscribe的Python项目详细描述


pip

简单的软件包,可停止接收来自unimi的烦人电子邮件。

安装

在您的终端上运行:

pip install unimi_unsubscribe

如何使用

编写一个简单的脚本,比如given example

fromunimi_unsubscribeimportunsubscribeunsubscribe("name.surname@studenti.unimi.it","my_password")

输出示例

trhis脚本的输出示例如下:

Proceeding to unsubscribe from the following lists:
['agevolazioni_e_convenzioni_teatro_stud@liste.unimi.it',
'aistp-1@liste.unimi.it',
...
'studenti.ultimoanno@liste.unimi.it',
'studentiepostlaurea@liste.unimi.it']

Remember that you can always resubscribe to these.

Proceed? [y/n] y

All done: you will now receive a mail from the SYMPA service with the results of the unsubscribe commands.
Some lists cannot be unsubscribed with this channel, as they are required by the university.
You may receive an error from those lists.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java中是否有数字的默认类型   java调用一个类的方法来使用另一个类的实例   java HtmlUnit不适用于javascript处理   java需要帮助才能连接MongoDB   java如何从Maven中的src/main/resources复制文件?   java保存Int值(共享首选项)   从另一个类调用方法时,java Autowired组件出现空指针异常   java Spring JPA:PropertyAccessException 1:。。。MethodInvocationException:。'driverClassName'。。。org/postgresql/Driver:不支持的专业。次要版本52.0   java使用增强的JDO模型类在Eclipse中运行Junit测试   java如何使用eclipse IDE为junit创建可运行的jar文件   java如何在安卓中检测应用程序的启动和退出   java在其他线程可以访问静态映射时从数据库更新静态映射   java@Entitty和@EntityScan不起作用。我正在使用SpringBoot和jpa存储库,发生了很多次   java如何与google日历集成?