{"id":21835970,"url":"https://github.com/neluckoff/social_spam","last_synced_at":"2025-10-13T10:34:11.009Z","repository":{"id":50675327,"uuid":"519548753","full_name":"neluckoff/social_spam","owner":"neluckoff","description":"Package for convenient work with messages in all popular instant messengers","archived":false,"fork":false,"pushed_at":"2022-09-29T14:09:39.000Z","size":41,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T22:43:05.789Z","etag":null,"topics":["email-message","social-spam","telegram-messages","telegram-userbot","vkontakte-userbot","whatsapp-message","whatsapp-userbot"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/social-spam/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neluckoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-30T15:12:10.000Z","updated_at":"2024-12-22T06:28:10.000Z","dependencies_parsed_at":"2022-09-22T13:53:56.180Z","dependency_job_id":null,"html_url":"https://github.com/neluckoff/social_spam","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neluckoff%2Fsocial_spam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neluckoff%2Fsocial_spam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neluckoff%2Fsocial_spam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neluckoff%2Fsocial_spam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neluckoff","download_url":"https://codeload.github.com/neluckoff/social_spam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852232,"owners_count":21171853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email-message","social-spam","telegram-messages","telegram-userbot","vkontakte-userbot","whatsapp-message","whatsapp-userbot"],"created_at":"2024-11-27T20:31:43.120Z","updated_at":"2025-10-13T10:34:05.978Z","avatar_url":"https://github.com/neluckoff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eSocial Spam\u003c/h1\u003e\n    Package for convenient work with messages in all popular instant messengers\n\u003c/div\u003e\n\u0026nbsp;\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/neluckoff/social_spam/stargazers\"\u003e\u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/neluckoff/social_spam?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/neluckoff/social_spam/network\"\u003e\u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/neluckoff/social_spam?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/neluckoff/social_spam\"\u003e\u003cimg alt=\"GitHub license\" src=\"https://img.shields.io/github/license/neluckoff/social_spam?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/neluckoff/social_spam/issues\"\u003e\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/neluckoff/social_spam?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\u0026nbsp;\n\n\u003ci\u003eOn the current version, you have access to the following messengers: Telegram, WhatsApp, Vkontakte, Email.\u003c/i\u003e\n\n## Documentation\nIf you want to get acquainted with examples of using this package, you can follow the link of interest.\n\n- [Examples of interaction with Telegram](https://github.com/neluckoff/social_spam/blob/master/examples/telegram_examples.py)\n- [Examples of interaction with Vkontakte](https://github.com/neluckoff/social_spam/blob/master/examples/vkontakte_examples.py)\n- [Examples of interaction with WhatsApp](https://github.com/neluckoff/social_spam/blob/master/examples/whatsapp_examples.py)\n- [Examples of interaction with Email](https://github.com/neluckoff/social_spam/blob/master/examples/mail_examples.py)\n\n## Installation\nYou can install the latest version with the command:\n\n```shell\npip install social-spam\n```\nOr you can install from GitHub:\n\n```shell\npip install -U https://github.com/neluckoff/social_spam/archive/master.zip\n```\n\n## Sending an email\n**[More examples here!](https://github.com/neluckoff/social_spam/blob/master/examples/)**\n\n```python\nfrom social_spam import Mail\n\nmail = Mail()\nmail.connect_mail('test@inbox.ru', 'my_password')\n\nmail.set_message('Message from luckoff', 'How are you?', ['image.png'])\nmail.send_message('friend@gmail.com')\n```\n\n## Contributing\nI have a positive attitude towards PR and pull requests. Glad to see that people like the package.\n\n- Creator: [@neluckoff](https://github.com/neluckoff)\n\n## License\n\n- Copyright © 2022 [neluckoff](https://github.com/neluckoff).\n- This project is [MIT](https://github.com/neluckoff/social_spam/blob/master/LICENSE.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneluckoff%2Fsocial_spam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneluckoff%2Fsocial_spam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneluckoff%2Fsocial_spam/lists"}