Skip to content

Workflow to send automated emails asking for favorite line votes.

Notifications You must be signed in to change notification settings

betfund/betfund-solicitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betfund-solicitor

Workflow to send automated emails asking for favorite line votes.

Installation

Usage

from betfund_solicitor import Message

message = Message(
    reason='test',
    sender='[email protected]',
    to='[email protected]',
    subject='SubjectTest',
    body_text='TextTest',
    body_html=''
)

Tests

pytest --cov=betfund_solicitor .

About

Workflow to send automated emails asking for favorite line votes.

Resources

Stars

Watchers

Forks

Packages

No packages published