{"id":13622988,"url":"https://github.com/maxsptz/emailpyspam","last_synced_at":"2025-04-15T10:32:13.576Z","repository":{"id":111932868,"uuid":"223391579","full_name":"maxsptz/emailpyspam","owner":"maxsptz","description":"A python 3+ program to spam emails to a list of users repetitively","archived":false,"fork":false,"pushed_at":"2022-01-14T09:14:19.000Z","size":243,"stargazers_count":79,"open_issues_count":0,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-01T21:55:56.833Z","etag":null,"topics":["email","gmail","hack","python","python3","smtp","spammer"],"latest_commit_sha":null,"homepage":"","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/maxsptz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-11-22T11:43:16.000Z","updated_at":"2024-07-08T20:23:26.000Z","dependencies_parsed_at":"2023-05-18T01:47:15.905Z","dependency_job_id":null,"html_url":"https://github.com/maxsptz/emailpyspam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsptz%2Femailpyspam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsptz%2Femailpyspam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsptz%2Femailpyspam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxsptz%2Femailpyspam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxsptz","download_url":"https://codeload.github.com/maxsptz/emailpyspam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223668633,"owners_count":17182957,"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","gmail","hack","python","python3","smtp","spammer"],"created_at":"2024-08-01T21:01:26.688Z","updated_at":"2024-11-08T10:31:37.353Z","avatar_url":"https://github.com/maxsptz.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"![GitHub](https://img.shields.io/github/license/curioo/emailpyspam)\n![Build Status](https://img.shields.io/badge/Build-Passing-green)\n![GitHub top language](https://img.shields.io/github/languages/top/curioo/emailpyspam)\n\n# EmailPySpam\n\nPython 3+ program to send emails to a list of users repetitively.\n\n**WARNING**: This project will be rewritten soon. Fork the repository if you wish to keep our current iteration of the program. Thanks!\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n[Python 3+](https://www.python.org/downloads/) (made on python 3.8)\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n#### Linux (Bash)\nClone the repository\n\n```\ngit clone https://github.com/Curioo/emailpyspam.git\n```\n\nInstall required libraries\n\n```\npip3 install -r requirements.txt\n```\n\nNavigate into main directory\n\n```\ncd emailspam/\n```\n\nNavigate into sub-directory\n\n```\ncd main/\n```\n\nStart the program\n\n```\npython3 emailspam.py\n```\nThere is also a non interactive mode, you can see the options for running it in non interactive mode with\n```\npython3 emailspam.py -h\n```\n\nWhich creates the following output\n\n```\nUsage: emailspam.py [options]\n\nOptions:\n  -h, --help            show this help message and exit\n  -i, --interactive     this choice negates interactive mode\n  -t TO_ADDRESS, --to=TO_ADDRESS\n                        the email address you are spamming e.x.: email@gmail\n                        (cannot contain .com)\n  -f FROM_ADDRESS, --from=FROM_ADDRESS\n                        the email you are spamming from\n  -d SENDSPEED, --interval=SENDSPEED\n                        the interval in seconds in which you want to send the\n                        emails\n  -p PASSWORD, --password=PASSWORD\n                        the password for the email account you are spamming\n                        from\n  -s SUBJECT, --subject=SUBJECT\n                        the subject of the email you want to spam\n  -b BODY, --body=BODY  the actual message inside the email you wish to spam\n  -e RECIPIENTNUM, --num-of-emails=RECIPIENTNUM\n                        the number of email addresses you want to send from\n  -n SEND, --num=SEND   the number of emails you wish to send\n\n```\n=======\n\n#### Windows (Command Prompt)\nClone the repository\n\n```\ngit clone https://github.com/Curioo/emailpyspam.git\n```\n\nInstall required libraries\n\n```\npip install -r requirements.txt\n```\n\nNavigate into main directory\n\n```\ncd emailspam/\n```\n\nNavigate into sub-directory\n\n```\ncd main/\n```\n\nStart the program\n\n```\npython emailspam\n```\n\n## Usage\n\nYou have the ability to use the program in two ways.\n* Simple\n  * Type an email and password in at the beginning\n* Extended\n  * Have the program access a list of emails and passwords to access once an email has been locked\n  \n## Screenshots\n\nWelcome message:\n\n\n![Image of welcome message](https://i.imgur.com/G1X8r49.png)\n\n## Built With\n\n* [Python](https://www.python.org) - The language used\n* [Atom](https://Atom.io) - Code editing\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/Curioo/emailpyspam/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n* **Max Spitzer** - *Initial work* - [Curioo](https://github.com/Curioo)\n* **Franco Aparicio** - *Main Contributor* - [NONAME1103](https://github.com/NONAME1103)\n* **Ethan Moore** - *Web Design and additional features* - [quarksrcool](https://github.com/quarksrcool)\n\nSee also the list of [contributors](https://github.com/Curioo/emailpyspam/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Curioo/emailpyspam/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsptz%2Femailpyspam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxsptz%2Femailpyspam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxsptz%2Femailpyspam/lists"}