aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7ba167d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+
+Want to download all ELS instagram photos, with at least date metadata, then
+re-upload to wiki.mako.cc (or some other location).
+
+## Experimentation
+
+Using `pipenv` to generate a python virtualenv:
+
+ pipenv shell
+ pip install instaloader requests
+
+Then:
+
+ instaloader profile --no-compress-json extraordinaryleastsquares
+ # "Warning: Use --login to download HD version of profile pictures"
+
+In the future:
+
+ instaloader --fast-update --no-compress-json extraordinaryleastsquares
+
+For mediawiki API, docs describe using requests: <https://www.mediawiki.org/wiki/API:Images#Python>
+
+Metadata for items:
+
+ filename: CEQD_<date>_<time>_<imagenum>.jpg
+ summary:
+ <instagram_comment>
+ Imported from ELS instagram: https://www.instagram.com/p/<short_id>/
+
+ page:
+ [[Category:Center for Extraordinary Quarantine Dining]]
+
+ == Summary ==
+ veggie #katsudon from a couple nights ago, galangal #broccoli on the side
+
+ Imported from ELS instagram: https://www.instagram.com/p/B9r_0Fsl1eh/
+