Giter Site home page Giter Site logo

boringresearch / refreshideas Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 79 KB

RefreshIdeas is an open source script that uses the Fibonacci Sequence forgetting curve to remind you of your past content at the perfect time, making it easy to refresh your ideas on Twitter. With ReIdeas, you'll never forget a great idea again!

License: MIT License

Python 100.00%
forgetting-curve reminder ideas

refreshideas's Introduction

ReIdeas - An Idea Reminder

This is an open source script that helps you remember your forgotten ideas on Twitter. The script uses the Fibonacci Sequence forgetting curve to remind you of your past content at the perfect time, making it easy to revive old ideas or come up with new ones.

Future ReIdea


          +--------+             +-----------------+
          | Twitter|             | Other Platforms |
          +--------+             +-----------------+
                |                       |
                +-----------+-----------+
                            |
                      +-----------+
                      |   ReIdea  |
                      +-----------+
                            |
                +-----------+-----------+
                |                       |
          +--------+              +--------+
          | User1  |              | User2  |
          +--------+              +--------+

Reminder Email

image

Usage

To use the script, you'll need to set up a GitHub Actions workflow that runs the script on a daily basis. Here's how to do it: 0. Enable Gmail low security login (if you want to use Gmail to send this message): https://support.google.com/accounts/answer/6010255?authuser=5

  1. Use this template this repository to your own account.
  2. Set up the required secrets in your repository's settings:
    • PASSWORD: Your Gmail password or app password.
    • FROM_EMAIL: Your Gmail email address.
    • TO_EMAIL: The recipient's email address for the reminder.
    • USERNAME: Your Twitter username.

image

  1. It will update the variables in the the .github/workflows/reminder.yml file with the correct secrets and schedule:
    • PASSWORD: ${{ secrets.PASSWORD }}
    • FROM_EMAIL: ${{ secrets.FROM_EMAIL }}
    • TO_EMAIL: ${{ secrets.TO_EMAIL }}
    • USERNAME: ${{ secrets.USERNAME }}
    • schedule: The cron expression that specifies when the workflow should run. The default is set to run every day at midnight UTC ("0 0 * * *").
  2. The script will now run on a daily basis and send you a reminder email of your old tweets at the perfect time.

Security

This script requires the use of sensitive information, such as your Gmail password or app password, and your email addresses. To keep this information secure, we recommend that you store them as GitHub secrets. This ensures that the secrets are encrypted and not publicly visible in your code or repository.

To set up secrets in your repository, go to your repository's Settings > Secrets and add the required secrets. Then reference them in your workflow file using ${{ secrets.SECRET_NAME }} syntax.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

refreshideas's People

Contributors

xihajun avatar

refreshideas's Issues

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.