https://github.com/stringmanolo/user-lookup
Look Up Username availability in multiple web services like social media
https://github.com/stringmanolo/user-lookup
Last synced: 6 months ago
JSON representation
Look Up Username availability in multiple web services like social media
- Host: GitHub
- URL: https://github.com/stringmanolo/user-lookup
- Owner: StringManolo
- Created: 2024-06-04T14:22:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T17:04:34.000Z (over 1 year ago)
- Last Synced: 2025-03-24T16:21:26.126Z (10 months ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User-Lookup
Check if username exists in many services like Instagram, TikTok, Paypal, Wikipedia, and Youtube
## Legal
[Legal Notice](https://github.com/StringManolo/user-lookup/blob/main/LEGAL.md#disclaimer-notice)
### Preview

### Live
[Live Demo](https://user-lookup.glitch.me/)
* 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
```bash
git clone https://github.com/stringmanolo/user-lookup
```
##### Move to the Directory
```bash
cd user-lookup
```
##### Install Dependencies
```bash
npm install
```
##### Start the Program
```bash
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
```bash
./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.