Metadata-Version: 2.1
Name: BaileyBot
Version: 0.0.2
Summary: This is an email bot.
Home-page: https://sites.google.com/view/python3-baileybot
Author: Barry
Author-email: lordbasilofcsu@gmail.com
License: PSF
Project-URL: Documentation, https://sites.google.com/view/python3-baileybot
Description: BaileyBot is a GMAIL client that can very simply, send emails.
        
        Here is an example script:
        
        ```python
        import BaileyBot
        email = BaileyBot.signIn('JohnSmith@example.com', 'password')
        email.sendEmail('Bob@example.com', 'Example Subject', 'Example Body')
        ```
        This package has not yet added OAuth2, however that will be added in the future.
        
        For further installation details, documentation, and the roadmap, go to https://sites.google.com/view/python3-baileybot
        
Keywords: BaileyBot email bot emailbot LordBasil SaintBasil
Platform: UNKNOWN
Description-Content-Type: text/markdown
