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
- Host: GitHub
- URL: https://github.com/xdevplatform/export-bookmarks
- Owner: xdevplatform
- License: apache-2.0
- Created: 2022-09-29T22:00:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T22:11:25.000Z (over 3 years ago)
- Last Synced: 2025-04-05T21:36:56.123Z (9 months ago)
- Topics: bookmarks, flask-application, twitter-api-v2
- Language: Python
- Homepage: https://export-bookmarks.onrender.com/
- Size: 9.77 KB
- Stars: 10
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.