Skip to content

short and simple OSINT username checker (DEMO)

Notifications You must be signed in to change notification settings

seclist/restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RESTFUL

Welcome to RESTFUL //DEMO

RESTFUL is a versatile tool designed for comprehensive username validation and management. It provides a streamlined interface for checking the availability of usernames across various online platforms offering developers and users a convenient solution for handling username-related tasks.

To-Do List

  • Release demo
  • Release the remaining webpages to the demo (COMING SOON)
  • Integrate additional APIs for username checking
  • Implement a web-based version

Current Features

  • Checks 50+ common sites
  • Saves results to a named file
  • Includes a logbook for tracking activities
  • Provides basic error handling

Requirements

To install requests, you can use pip. First, make sure you have Python installed on your system. You can download Python from here. Once Python is installed, follow these steps:

  1. Open a command prompt or terminal.

  2. Run the following command to install requests using pip:

pip install requests

This command will download and install the latest version of the requests library from the Python Package Index (PyPI) along with its dependencies.

After the installation is complete, you can verify that requests is installed by running:

pip show requests

This command will display information about the installed requests package, including its version number and location.