diff options
author | bryan newbold <bnewbold@robocracy.org> | 2024-11-18 07:36:59 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2024-11-18 07:36:59 -0800 |
commit | edf2fa76bfd090382ad3951adaca4a53c395d763 (patch) | |
tree | 159af905d1d55cfef3b863c10e7406daf24fa777 | |
download | seo-snapshot-edf2fa76bfd090382ad3951adaca4a53c395d763.tar.gz seo-snapshot-edf2fa76bfd090382ad3951adaca4a53c395d763.zip |
init repo
-rw-r--r-- | Pipfile | 11 | ||||
-rw-r--r-- | README.md | 17 |
2 files changed, 28 insertions, 0 deletions
@@ -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 <account> +``` + +## `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 |