From edf2fa76bfd090382ad3951adaca4a53c395d763 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 18 Nov 2024 07:36:59 -0800 Subject: init repo --- Pipfile | 11 +++++++++++ README.md | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Pipfile create mode 100644 README.md diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..645a67e --- /dev/null +++ b/Pipfile @@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.12" diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e13abd --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + +``` +pipenv shell +pip install instaloader requests + +instaloader --login extraordinaryleastsquares +``` + +## `wonder_ryu` + +Scraped a snapshot of posts from this account after discussion with Seo in November 2024. This is the woman Alex had an affair with. + +Also submitted an archive-it.org crawl for a couple seed URLs (linked from profile): + +- https://www.instagram.com/wonder_ryu/ +- https://jiyeonryu.co.uk/ +- https://rca-research-programmes.rca.ac.uk/projects/invitation-letter-to-secret-island-blooming-flowers-3-806-feet-under -- cgit v1.2.3