vintasoftware / django-knowledge-share

The engine behind Vinta's Lessons Learned page.
https://vintasoftware.com/lessons-learned/
MIT License
37 stars 1 forks source link

Added code to fetch the shortened URL length from Twitter. #14

Closed lucabezerra closed 2 years ago

lucabezerra commented 6 years ago

Added code to fetch info from Twitter's configs in order to get the current length of the shortened link, instead of using a hardcoded value. The code falls back to the hardcoded value if something goes wrong, though.

Motivation and Context

Issue: https://github.com/vintasoftware/django-knowledge-share/issues/11

Types of changes

Checklist:

lucabezerra commented 6 years ago

Some errors yet to be fixed, I'll do that asap.

lucabezerra commented 6 years ago

I need tapioca-twitter to have its pypi package updated in order to completely fix this.

filipeximenes commented 6 years ago

@lucabezerra updated on PyPI