Skip to content

bloodteller123/Twitter_Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter_Helper

A product that helps people focus only on tweets from some selected followings without being bothered by ads and recommended tweets from Twitter.

Important Note

Unfortunately, Twitter has depreciated 'Elevated' free tier for APIs access, on which this project heavily reles. The new 'baisc' tier is charging $100/ month. Today (04/14/2023), a notice from Twitter dev comes in, that this Twitter-dependent application is suspended because of the new API policy. Therefore, the development of this project will be suspended as they claimed and no longer maintained.

Screen Shot 2023-04-14 at 6 57 10 PM

Tech stack

  • Javascript
  • React.js
  • Node.js
  • Express.js
  • PostgreSQL
  • Redux
  • HTML
  • CSS
  • Twitter API

sidenotes

  1. oauth implementations are from this library

  2. Notification was inspired by this medium article