Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitykity/socImport
Send Twitter/Instagram/Facebook posts to Day One Journal
https://github.com/kitykity/socImport
Last synced: about 2 months ago
JSON representation
Send Twitter/Instagram/Facebook posts to Day One Journal
- Host: GitHub
- URL: https://github.com/kitykity/socImport
- Owner: kitykity
- Created: 2015-01-19T02:53:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T18:07:11.000Z (almost 10 years ago)
- Last Synced: 2024-08-08T00:44:32.491Z (5 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - kitykity/socImport - Send Twitter/Instagram/Facebook posts to Day One Journal (Shell)
README
# socImport
Send Twitter/Instagram/Facebook posts to Day One JournalCreate a DropBox account (if you don't have one) and create a folder called Apps/Day One/Incoming .
Use these free IFTTT recipes to send your social media posts to a folder in DropBox...
Facebook Photo Posts - https://ifttt.com/recipes/244050-day-one-import-facebook-photo-posts
Facebook Text Posts - https://ifttt.com/recipes/242576-day-one-facebook-to-text-in-dropbox
Twitter Posts - https://ifttt.com/recipes/242574-day-one-tweets-to-text-in-dropbox
Instagram Posts - https://ifttt.com/recipes/242577-day-one-instagram-to-text-in-dropboxThen, save the socImport.bash script to a folder on your Mac; I suggest in a folder called /Users/yourname/socImport .
Make sure it's executable by you.Now set up a cron job on your Mac, by using the command "crontab -e".
(If you have never used cron before, Google some instructions.)
I have the cron job run even-numbered hours, during the hours I'm usually awake. You may want to have it run more or less than that. Here's my example:
00 8,10,12,14,16,18,20,22 * * * /Users/suzy/socImport/socImport.bashWhenever your Mac is on, and it hits one of those times, the script will run, taking the text files dropped into your Incoming folder by the If This Then That recipes and importing them into Day One.
Enjoy! :)