Skip to content

Package for convenient work with messages in all popular instant messengers

License

Notifications You must be signed in to change notification settings

neluckoff/social_spam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Spam

Package for convenient work with messages in all popular instant messengers
 
GitHub stars GitHub forks GitHub license GitHub issues
 

On 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.

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

More examples here!

from social_spam import Mail

mail = Mail()
mail.connect_mail('[email protected]', 'my_password')

mail.set_message('Message from luckoff', 'How are you?', ['image.png'])
mail.send_message('[email protected]')

Contributing

I have a positive attitude towards PR and pull requests. Glad to see that people like the package.

License

  • Copyright © 2022 neluckoff.
  • This project is MIT licensed.