Git Product home page Git Product logo

schedule-texts-from-txt's Introduction

schedule-texts-from-txt

Schedule iMessage texts from .txt files on your computer.

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

schedule-texts-from-txt's People

Contributors

reidjs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.