I want to create a manage.py command that takes an object from a set of requests and puts it on my Twitter. I was going to use the curl method as described in here .
But since then, Twitter has disabled basic authentication. I don't want to install an overkill library like Tweepy, which allows people to authenticate on my site with oAuth, I just want to tweet. On one account.
source
share