On the current version, you have access to the following messengers: Telegram, WhatsApp, Vkontakte, Email.
If you want to get acquainted with examples of using this package, you can follow the link of interest.
- Examples of interaction with Telegram
- Examples of interaction with Vkontakte
- Examples of interaction with WhatsApp
- Examples of interaction with Email
You can install the latest version with the command:
pip install social-spam
Or you can install from GitHub:
pip install -U https://github.com/neluckoff/social_spam/archive/master.zip
from social_spam import Mail
mail = Mail()
mail.connect_mail('test@inbox.ru', 'my_password')
mail.set_message('Message from luckoff', 'How are you?', ['image.png'])
mail.send_message('friend@gmail.com')
I have a positive attitude towards PR and pull requests. Glad to see that people like the package.
- Creator: @neluckoff