{"id":17697715,"url":"https://github.com/krshrimali/multi-messenger","last_synced_at":"2025-05-13T04:57:56.478Z","repository":{"id":85219508,"uuid":"77165780","full_name":"krshrimali/Multi-Messenger","owner":"krshrimali","description":"Mail / SMS / Message (FB) via Terminal using this Python Program.","archived":false,"fork":false,"pushed_at":"2020-03-25T12:56:23.000Z","size":5891,"stargazers_count":15,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T04:57:49.244Z","etag":null,"topics":["fbchat","messenger","python","sms","smtp","smtp-mail","tkinter","twilio-client"],"latest_commit_sha":null,"homepage":"https://krshrimali.github.io/Multi-Messenger/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krshrimali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-22T18:07:12.000Z","updated_at":"2024-03-16T15:33:20.000Z","dependencies_parsed_at":"2023-03-07T18:30:48.127Z","dependency_job_id":null,"html_url":"https://github.com/krshrimali/Multi-Messenger","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/krshrimali%2FMulti-Messenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FMulti-Messenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FMulti-Messenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krshrimali%2FMulti-Messenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krshrimali","download_url":"https://codeload.github.com/krshrimali/Multi-Messenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877509,"owners_count":21977643,"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":["fbchat","messenger","python","sms","smtp","smtp-mail","tkinter","twilio-client"],"created_at":"2024-10-24T14:48:18.773Z","updated_at":"2025-05-13T04:57:56.457Z","avatar_url":"https://github.com/krshrimali.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Messenger \n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9be5aae79f4d479994997892593e86cd)](https://www.codacy.com/app/krshrimali/Multi-Messenger?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=krshrimali/Multi-Messenger\u0026utm_campaign=badger)\n\nA python program which allows you to message your friend on Facebook / Phone, comes with feature of mailing as well. [Multiple Attachments].\n\n\u003chtml\u003e\n\u003cbody\u003e\n\u003ch2\u003e Getting Started \u003c/h2\u003e\n\n\u003cp\u003e A python based messaging application which can be implemented and used to message,attach files and send it to any of your friend directly through terminal.A SMS can also be sent easily using this program, with some limitations depending on your Twilio's Account status. \n\nWe have tried to make it user friendly and easily accessible. \u003c/p\u003e\n\n\u003ch2\u003e Instructions before using the program: \u003c/h2\u003e\n\u003cp\u003e\nBefore compiling and running the code, installation the following modules is necessary: \u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e \u003ca href=\"https://www.twilio.com/docs/libraries/python\"\u003e \u003cb\u003e Twilio Client \u003c/b\u003e \u003c/a\u003e \u003c/li\u003e\n\u003cli\u003e \u003ca href=\"https://pypi.python.org/pypi/fbchat/\"\u003e \u003cb\u003e fbchat Module \u003c/b\u003e\u003c/a\u003e \u003c/li\u003e\n\u003cli\u003e \u003ca href=\"https://pip.pypa.io/en/stable/installing/\"\u003e \u003cb\u003e Installing pip \u003c/b\u003e \u003c/a\u003e is recommended to easily install Twilio Client and fbchat module.  \u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003e HOW-TO INSTRUCTIONS \u003c/h2\u003e\n\n\u003cul\u003e \n\u003cli\u003e The options required in the Main menu have to be filled exactly and accurately. \u003c/li\u003e\n\u003cli\u003e Proper informatin regarding the username and the password has to be entered by the user. \u003c/li\u003e\n\u003cli\u003e User has to enter the exact address of the files to be attached if (any). \u003c/li\u003e\n\u003cli\u003e The twilio account \"SID number\" and \"Auth token\" has to be entered by the user to send the required messages. \u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e Contributors \u003c/h2\u003e\n\n\u003cp\u003e The project has been proudly contributed by the team of two programmers :  \u003c/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e Krutika Bapat \u003c/li\u003e\n\u003cli\u003e Kushashwa Ravi Shrimali \u003c/li\u003e\n\u003c/ul\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrshrimali%2Fmulti-messenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrshrimali%2Fmulti-messenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrshrimali%2Fmulti-messenger/lists"}