Skip to content

Blog

#112: How to Use Tweepy in Flask

So far we acquired the user authentication token in the command line. This works at development time, but our users need a more friendly way to hand over their tokens. Let's look what we need to do to use Tweepy in a Flask application and how we can get the user token from Twitter.