From e969500d6396545a1e39e554306023c95f856717 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 24 Apr 2020 12:43:48 -0700 Subject: updates --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7ba167d..537e056 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,32 @@ Want to download all ELS instagram photos, with at least date metadata, then re-upload to wiki.mako.cc (or some other location). +## Setup + +You will need bot credentials for `wiki.mako.cc`; you can get these from a +special "bot password" page. The bot needs to be able to create images and +pages. Copy `./example.env` to `.env` and edit the lines for username and +password; put the bot info in, not your regular account info. + +Using `pipenv` to generate a python virtualenv: + + pipenv shell + pip install instaloader requests + +First time you run the instaloader download, it is like: + + instaloader profile --no-compress-json extraordinaryleastsquares + +then for updates: + + instaloader --fast-update --no-compress-json extraordinaryleastsquares + +## Re-Upload All + + pipenv run ./update.sh + + ls extraordinaryleastsquares/2020-0*.json | parallel -j1 ./reupload.py {} + ## Experimentation Using `pipenv` to generate a python virtualenv: -- cgit v1.2.3