Skip to content

luisriverag/joplin-email_to_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Send emails to your Joplin

#You'll need to

pip install -r requirements.txt

#Add a .env with

EMAIL_USERNAME=username@domain.com EMAIL_PASSWORD=password IMAP_URL=imap.server.com JOPLIN_TOKEN=token JOPLIN_PORT=41184

#Joplin token is the one you generate for the webclip

#Run it manually (or add to cron) python3 run.py

#WITH VENV

python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

python3 run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages