Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove or replace all Twitter links #2323

Merged
merged 4 commits into from
Sep 15, 2023
Merged

Conversation

angelikatyborska
Copy link
Member

Currently not logged in users are only allowed to see pages for single tweets. They are not allowed to see profile pages for example. I'm not allowed to access https://twitter.com/jeg2. And scripts aren't allow to access anything. curl -I on a valid tweet URL always returns 403. Thus Twitter is no longer appropriate to use as sources for anything.

Twitter links are also blocking #2294

All the http instead of https are intentional - those are old websites that do not use SSL.

@@ -1,4 +1,3 @@
title = "Clock"
blurb = "Implement a clock that handles times without dates."
source = "Pairing session with Erin Drummond"
source_url = "https://twitter.com/ebdrummond"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could only find Erin Drummond on LinkedIn, but LinkedId does a lot of rate limiting and I suspect it's not going to pass the link checker. It responds with status 999 to curl attempts, something that I learned about today that's possible 🤷

@angelikatyborska angelikatyborska merged commit c382e17 into main Sep 15, 2023
@angelikatyborska angelikatyborska deleted the remove-twitter-links branch September 15, 2023 18:11
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.

4 participants