signalSurfer / flashBullet

a script to create your own push notification flash card set.
0 stars 1 forks source link

flashBullet

🧠Study time!
flashBullet is a simple script to create your own push notification flash cards using pushbullet and a python dictionary and random choice.

After signing into a pushbullet account Get your API key here.

You need a pro subscription to use the API. - Looking into a free alternative
Click [Create Access Token]
paste your access token in the API_KEY variable in the quotes, overwriting yourapikeyhere.

Here's how it works:

  1. set up your environment
    • Install Python
    • pip install pushbullet.py
  2. copy the script
    • plug in your API key
  3. fill in a dictionary {'Key=Title':'Value=body'}
  4. schedule the script to run, or slap it in a timed loop.
  5. get periodic push notifications relevant to your studies!

I plan on making dictionaries as I study new topics, Please feel free to pull request your own.

ChatGPT will make a dictionary for you, here is an example prompt:

Please create a python dictionary with keys that are vocabulary words, and values are definitions of the keys. There should be at least key value pairs, and they should all be themed.

exampleGPT