https://github.com/uvacoder/twitter-profile-viewer
https://github.com/uvacoder/twitter-profile-viewer
abcwebapp abcwip mysite mywip twitter vercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/twitter-profile-viewer
- Owner: Uvacoder
- License: mit
- Created: 2021-09-29T02:19:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T14:54:30.000Z (over 3 years ago)
- Last Synced: 2025-01-24T06:08:40.610Z (5 months ago)
- Topics: abcwebapp, abcwip, mysite, mywip, twitter, vercel
- Language: Vue
- Homepage: https://twitter-profile-viewer.vercel.app
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Profile Viewer

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](https://developer.twitter.com),
## 🔥 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
- Tools and Libraries;
- [Twitter API](https://developer.twitter.com)
- [Vue 3](https://v3.vuejs.org)
- [Vite](https://vitejs.dev)
- [Windi CSS](https://windicss.org)
- [VueUse](https://vueuse.org)
- People and their projects;
- [EGGSY's Lanyard Visualizer](https://lanyard-visualizer.netlify.app): It inspired me to create a tool like this and I'm really happy for that.