Nilanth / twiter-stats

TwiterStats is a Twitter Followers Tracker build with Next.js, TailwindCSS, NextAuth, SWR

Home Page:https://twiter-stats.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwiterStats✨️

twiter-stats licence

twiterstats

View Demo · Report Bug · Request Feature

TwiterStats

TwiterStats is a Twitter Followers Tracker with some cool features.

Demo

Try the App: TwiterStats

Features

  • Real time followers count
  • Export the profile card as image
  • Dark Mode Support
  • Much more coming soon

Quick Start

Installation Steps

  1. Clone the repository
git clone https://github.com/Nilanth/twiter-stats.git
  1. Change the working directory
cd twiter-stats
  1. Install dependencies
yarn install
  1. Create .env file in root and add your variables
TWITTER_ID=
TWITTER_SECRET=
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
NEXT_PUBLIC_ANALYTICS_ID=

Get TWITTER_ID and TWITTER_SECRET from the Twitter Developer Platform with a few simple steps using this link.

  1. Run the app
yarn run dev

You are all set! Open localhost:3000 to see the app.

Built with

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Deploy

Deploy with Vercel

Support

TwiterStats needs a ⭐️ from you. Don't forget to leave a star ⭐️

If you found TwiterStats helpful, consider supporting me with a coffee.

Buy Me A Coffee

About

TwiterStats is a Twitter Followers Tracker build with Next.js, TailwindCSS, NextAuth, SWR

https://twiter-stats.vercel.app

License:MIT License


Languages

Language:JavaScript 99.4%Language:CSS 0.6%