Skip to content

Look Up Username availability in multiple web services like social media

Notifications You must be signed in to change notification settings

StringManolo/user-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User-Lookup

Check if username exists in many services like Instagram, TikTok, Paypal, Wikipedia, and Youtube

Legal

Legal Notice

Preview

Preview

Live

Live Demo

  • This demo is running on a free service, so it may take time for "wake up" or answer. For best performance run it locally on your machine. Or run it on another server.

Usage

Download the Software
git clone https://github.com/stringmanolo/user-lookup
Move to the Directory
cd user-lookup
Install Dependencies
npm install
Start the Program
npm start # or node main.js
Open the Webpage in your Browser

http://localhost:3000/user-lookup

API Usage

http://localhost:3000/search_{x}?username={y}

Where x is the service you want to use, and y is the username you want to search. For example http://localhost:3000/search_youtube?username=stringmanolo

  • Api returns true when the account exists in the service, and false when it doesn't

CLI

You can use the next command in Linux terminal

./userlookup.sh stringmanolo urls.txt
  • This generates a list of urls on the specified file.
Available Services
  • 49 Available Services
  • aboutme
  • allrecipes
  • anime-planet
  • behance
  • boardgamegeek
  • buzzfeed
  • cnet
  • cnn
  • codecademy
  • coursera
  • dailymotion
  • deviantart
  • discussions_apple
  • douban
  • dribbble
  • ebay
  • flickr
  • gaana
  • github
  • goodreads
  • habr
  • imdb
  • instagram
  • kompasiana
  • lastfm
  • livejournal
  • medium
  • mercadolivre
  • pakwheels
  • paypal
  • pinterest
  • pornhub
  • producthunt
  • quora
  • reddit
  • snapchat
  • soundcloud
  • spotify
  • telegram
  • theguardian
  • tieba
  • tiktok
  • tumblr
  • twitch
  • vice
  • vimeo
  • wikipedia
  • wordpress
  • xvideos
  • youtube
  • Services may become unavailable at any time if breaking changes are made by the developers of the target service. Open an issue if the case occurs and we will update the service.

About

Look Up Username availability in multiple web services like social media

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published