Open yuletide opened 1 year ago
If a post contains a shortened t.co url -- expand it, if it's a tweet, then redirect to nitter, if not replace with full URI to remove twitter tracking.
URL Resolution can be done via twitter API (ew) or with urllib https://stackoverflow.com/a/8872288/263926
urllib
May I work on this?
If a post contains a shortened t.co url -- expand it, if it's a tweet, then redirect to nitter, if not replace with full URI to remove twitter tracking.
URL Resolution can be done via twitter API (ew) or with
urllib
https://stackoverflow.com/a/8872288/263926