An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Twitter Profile Viewer

![Screenshot of the app](https://i.imgur.com/ip0I87R.png)

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.