This is a mini project at NITK Surathkal. A platform Where A User can Find the Online Presence of Social Media Handle on Internet
This project is built using Python3+ . so make sure you have python3+ installed on your system.
- Give a correct command line arguments
- For search a single username give single argument like: single,one,1
- for example 'python3 main.py single'
- For search usernames from dataset give argument like multiple,dataset,more
- Also give a number; how many usernames want to search
- For example 'python3 main.py dataset 3 '
- If you fail to do so please try again with the above instructions
$ python3 main.py single
You will redirect to enter the username in the terminal.
$ git clone https://github.com/Akbhobhiya/IAS-Project.git
$ cd IAS-Project
All the required libraries are in requirement.txt folder. Before run the application, install all the libraries.
- Wish to Contributing
- Please feel free to send a pull request or create an issue if you find any.