资源算法sgns.py

sgns.py

2020-02-10 | |  38 |   0 |   0

sgns

Simple Gmail Newsletter Sender is a Python command-line tool to send newsletter emails using your Gmail account

Usage

  $ python run.py
      --email your_gmail_account 
      --pwd your_gmail_password 
      --subject 'newsletter_subject' 
      --json path_to_json_file_with_emails 
      --html path_to_newsletter_html

Example

Using usuarios.json and newsletter.html we provide on the example folder, type:

  $ python run.py --email your_gmail_account --pwd your_gmail_password 
  --subject 'Simple Newsleter Testing' --json 'example/usuarios.json' --html 'example/newsletter.html'

TODO

  • Add arguments & functionalities to receive other data formats (--xml, --csv, --xls)

  • Add argument & funcionality to get the html from an url (--html_uri)


上一篇:word2vec-SGNS

下一篇:sgns_pytorch

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...