10000 GitHub - oxnr/twitter-checker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oxnr/twitter-checker

Repository files navigation

Twitter Username History Checker

A sleek Next.js application to check Twitter/X users' historical usernames and current profile data.

Features

  • 🔍 Real-time user lookup - Get current Twitter profile data including followers, bio, verification status
  • 📊 Historical username tracking - View past usernames (when available)
  • Fast autocomplete - Smart suggestions as you type
  • 🎨 Clean UI - Modern, responsive design
  • 🔒 Server-side API keys - Secure environment variable handling

Tech Stack

  • Next.js 15 - React framework with App Router
  • TypeScript - Type safety
  • Tailwind CSS - Styling
  • TwitterAPI.io - Real-time Twitter data
  • Memory.lol - Historical username data

Setup

  1. Clone the repository:
git clone git@github.com:oxnr/twitter-checker.git
cd twitter-checker
  1. Install dependencies:
yarn install
  1. Set up environment variables:
cp .env.example .env.local
  1. Get your TwitterAPI.io API key:
    • Sign up at twitterapi.io
    • Get $1 free credit
    • Add your API key to .env.local:
TWITTER_API_IO_KEY=your_api_key_here
  1. Run the development server:
yarn dev

Visit http://localhost:3000 to use the app.

API Endpoints

  • GET /api/search?username=USERNAME - Search for user with historical data
  • GET /api/twitter-user?username=USERNAME - Get current user profile
  • GET /api/autocomplete?q=QUERY - Get username suggestions

Deployment

Vercel (Recommended)

  1. Push to GitHub
  2. Connect repository to Vercel
  3. Add environment variables in Vercel dashboard
  4. Deploy

Environment variables needed for production:

  • TWITTER_API_IO_KEY - Your TwitterAPI.io API key

Cost

  • TwitterAPI.io: $0.15 per 1k requests (very affordable)
  • Vercel: Free tier available

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0