Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 606 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 606 Bytes

Twitter_Bookmark-Manager

Helps manage your cluttered twitter bookmarks

This is a project showcasing Twitter OAuth 2.0 using Flask. It allows users to authorize the app to access certain functionalities on their behalf, such as tweeting, reading tweets, bookmarking tweets, and reading bookmarks. It supports offline access, allowing tokens to be refreshed without re-authorizing.

Bookmark Management Fetching bookmarks and storing it into MongoDB This application also has the ability to fetch all bookmarks from a user's Twitter account and store them into a MongoDB database for further processing.