Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

ardasoyturk/twitter-profile-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฅน Why is it discontinued?

Twitter is going to stop supporting free tier developer access. Since this was a hobby project, I won't subscribe for a paid tier. Thanks for your interest.

โ“ About

Screenshot of the app

A service to see your Twitter profile from a new perspective with more details, using all of the data you can get from the Twitter API.

๐Ÿ”ฅ Features

  • See how many public lists you are a member of.
  • See how many tweets you liked.
  • See your Twitter User ID.
  • See your account's exact creation date with hours and minutes. (Example: 22/01/2018 07:21:29)

๐ŸŒŸ Self-hosting

  • Clone this repo: git clone https://github.com/ardasoyturk/twitter-profile-viewer
    • Change directory to the new folder: cd twitter-profile-viewer
  • Instal dependencies
    • With npm: npm install
    • With yarn: yarn
    • With pnpm: pnpm install
  • Start in development, or build the app
    • With npm: npm run dev or npm run build (and then npm run serve)
    • With yarn: yarn dev or yarn build (and then yarn serve)
    • With pnpm: pnpm run dev or pnpm run build (and then pnpm run serve)

๐Ÿ™ Thanks