Skip to content

docs: point arc298/instagram-scraper anchors at PyPI (GitHub repo removed)#10

Open
OussemaFr wants to merge 2 commits into
mainfrom
fix/arc298-github-repo-removed
Open

docs: point arc298/instagram-scraper anchors at PyPI (GitHub repo removed)#10
OussemaFr wants to merge 2 commits into
mainfrom
fix/arc298-github-repo-removed

Conversation

@OussemaFr

Copy link
Copy Markdown
Member

What

Both `arc298/instagram-scraper` hyperlinks in `README.md` (lines 8, 34) return 404 — the GitHub repo was taken down.

Fix

Swap the href on both hyperlinks to `https://pypi.org/project/instagram-scraper/\` (verified 200). Anchor text stays `arc298/instagram-scraper` so search-engine visitors typing that query still find us and see a matching link on the page; the target is now a page that resolves.

Discovered via

Ahrefs audit on socialapis.io flagged the same broken URL in a blog post. Sweeping the SocialAPIsHub org for the same string found it here + in SocialAPIsHub/instagram-scraper-python (already fixed in PR #4 there).

Test plan

  • Both README hyperlinks resolve to PyPI 200
  • Anchor text unchanged so the graveyard-capture SEO signal is preserved
  • CI green

OussemaFr added 2 commits July 9, 2026 18:27
…oved)

The two [arc298/instagram-scraper](github.com/arc298/…) hyperlinks
in this README both 404 — the GitHub repo was taken down. The
PyPI package (pypi.org/project/instagram-scraper/) is the only
stable link now.

Anchor text stays 'arc298/instagram-scraper' (that's what search-
engine visitors type) but the href now resolves to a page that
describes the same abandoned tool.
Follow-up to the initial commit on this PR. PyPI's
project/instagram-scraper URL returns a Cloudflare bot-challenge
interstitial (title 'Client Challenge') that curl -sI reads as a
plain 200 — the package doesn't actually exist. Both the GitHub
repo AND the PyPI package have been removed.

New target: Wayback Machine snapshot from 2022-11-16 — verified
returns real HTML with 200. Wayback URLs are stable long-term.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant