An open API service indexing awesome lists of open source software.

https://github.com/xdevplatform/export-bookmarks

Export your Bookmarked Tweets with Flask
https://github.com/xdevplatform/export-bookmarks

bookmarks flask-application twitter-api-v2

Last synced: 6 months ago
JSON representation

Export your Bookmarked Tweets with Flask

Awesome Lists containing this project

README

          

# Export Bookmarks

A code sample that enables you to enable you to export your Bookmarks to a CSV file. This code sample uses Flask and OAuth 2.0 Authorization code with PKCE. Check out a [deployed version](https://export-bookmarks.onrender.com).

## What do you need to get started with the Twitter API

You need to [sign up](http://t.co/signup) for access to the Twitter API. You will also create a project in the [developer portal](https://developer.twitter.com/en/portal/dashboard) and an App containing the credentials required to use the Twitter API. Additionally, you will need to have OAuth 2.0 turned on in your App’s authentication settings. The [developer playground](http://t.co/tryapi) is a great place to start using the Twitter API.