Giter VIP home page Giter VIP logo

rolodex-stokr's Introduction

rolodex-stokr

I'm one of the worst people at keeping up with others as much as I wish I would.

I want to build some kind of super simple personal tool or something super simple that has a list of people I want to stay in touch with and then I can set how often I want to stay in touch with each of them and then it reminds me everyday with the list of people in order of how overdue it is until I confirm I have interacted with them and their timer is restarted.

This is a personal project for my own utility, but if you have the same struggle, feel free to clone it

Set Up

crontab -e to run the script at 9am every morning: 0 9 * * * /usr/bin/python3 /path/to/your/script.py

Edit EXAMPLE_contact_data.txt with the following format and change the name of the file to contact_data.txt [ {"name": "John Doe", "frequency": 7, "last_interaction": "2024-02-10", "next_interaction": "2024-02-17"}, {"name": "Jane Smith", "frequency": 14, "last_interaction": "2024-02-08", "next_interaction": "2024-02-22"}, {"name": "Bob Johnson", "frequency": 30, "last_interaction": "2024-02-05", "next_interaction": "2024-03-06"} ]

You can send emails with the subject "Interaction Update" and the following content (meaning you have):

John Doe
yes
2024-02-18  # Optional: Set a specific date for the next interaction

or (meaning you haven't yet)

no

rolodex-stokr's People

Contributors

moonman312 avatar

Watchers

 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.