https://github.com/reidjs/schedule-texts-from-txt Skip to content Toggle navigation Sign in * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Resources + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} reidjs / schedule-texts-from-txt Public * Notifications * Fork 4 * Star 57 * Schedule iMessage texts from .txt files. License GPL-3.0 license 57 stars 4 forks Branches Tags Activity Star Notifications * Code * Issues 2 * Pull requests 0 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights reidjs/schedule-texts-from-txt This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main BranchesTags Go to file Code Folders and files Last Last Name Name commit commit message date Latest commit History 5 Commits example_scheduled_texts example_scheduled_texts .gitignore .gitignore LICENSE LICENSE README.md README.md SETTINGS.txt SETTINGS.txt activate.sh activate.sh mailbox.png mailbox.png requirements.txt requirements.txt send_message.applescript send_message.applescript send_scheduled_messages.py send_scheduled_messages.py View all files Repository files navigation * README * GPL-3.0 license schedule-texts-from-txt Schedule iMessage texts from .txt files from your Mac. a cute smiling mailbox Send your first text 1. Clone this repo to your computer. 2. Verify there is a file in example_scheduled_texts folder named Text myself now.txt that has the word "Hello!" in the file body. 3. Open SETTINGS.txt and replace the number after myself=... to your phone number. 4. Open your terminal to this project directory and run these commands in order 1. virtualenv venv 2. source activate.sh 3. pip install -r requirements.txt 4. python send_scheduled_messages.py 5. If everything went well, you should receive an iMessage text that says "Hello!" from yourself How it works The script parses the filename, Text {person} {datetime}.txt, to determine who and when to send the text message. 1. The first word in the filename must be "Text." 2. The second word, person must be the persons identifier. This is set in SETTINGS.txt, e.g., bob=1234567890 would set bob's phone number to 1234567890 3. Everything following the name, before the .txt, is considered the datetime. Many formats may work for the datetime, but this is the only one I have tested extensively: Month D, YYYY HH:MM(AM|PM), for example March 9, 2024 7:25AM. You can also use the keyword now as a datetime to send one immediately. Help & Feedback Please create a GitHub issue if you have feedback or need help. Thanks! Made by Reid JS on March 9, 2024 About Schedule iMessage texts from .txt files. Resources Readme License GPL-3.0 license Activity Stars 57 stars Watchers 1 watching Forks 4 forks Report repository Releases No releases published Packages 0 No packages published Languages * Python 92.5% * AppleScript 6.6% * Shell 0.9% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.