Package for convenient work with messages in all popular instant messengers On the current version, you have access to the following messengers: Telegram, WhatsApp, Vkontakte, Email
Project description
Social Spam
Package for convenient work with messages in all popular instant messengersOn the current version, you have access to the following messengers: Telegram, WhatsApp, Vkontakte, Email.
Documentation
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
Installation
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
Sending an email
from social_spam import Mail
mail = Mail()
mail.connect_mail('test@inbox.ru', 'my_password')
mail.set_message('Message from luckoff', 'How are you?')
mail.send_message('friend@gmail.com')
Contributing
I have a positive attitude towards PR and pull requests. Glad to see that people like the package.
- Creator: @neluckoff
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
social_spam-1.0.1.tar.gz
(7.4 kB
view details)
File details
Details for the file
social_spam-1.0.1.tar.gz
.File metadata
File hashes
af066b7bfa155aba0830f2866cb26a5c404ba920051788a817175a7ac210983f
0decfe1759a4bced5b8ef181d1a8d758
e868cc1a0d6ccfdff7a15a0a007443dd338dbc43445fd829ca2c29b73991070c
See more details on using hashes here.
Provenance