vishaldhiman28 /
LinkedIn-API
This is an unofficial API for linkedin.
43/100 healthLoading repository data…
abdulrehman043 / repository
This is an API which provides the business name of a whatsapp number built in python and flask.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The WhatsApp Business Name API is a Python-based web application that extracts and provides the business name associated with a WhatsApp number. Built using Flask, this API offers a straightforward and efficient way to obtain business information from WhatsApp contacts.
These instructions will help you set up the WhatsApp Business Name API on your local machine for development and testing purposes.
Clone this repository to your local machine:
git clone https://github.com/abdulrehman043/whatsapp_business_name.git
cd whatsapp_business_name
Install Required dependencies
pip install -r requirements.txt
Run the Flask application:
flask run
Access API http://localhost:5000/whatsapp_business In post request give :
Input :
{
"number": "919891XXXX61"
}
Response :
{
"result" : "Abdul Rehman"
}
Selected from shared topics, language and repository description—not editorial ratings.
vishaldhiman28 /
This is an unofficial API for linkedin.
43/100 healthThis repository is to share the work from week 3 of Applied Data Science Project of IBM Data Science Professional Certificate. In this module, the Foursquare API and k-means clustering was used to cluster and segment the neighborhoods in the city of New York. Furthermore, Python Beautifulsoup package was used to scrape website and parse HTML code and convert data into a pandas dataframe.
29/100 healthhamadkha /
This project is a powerful tool that provides concise summaries for YouTube videos and websites. It leverages the speed of the Groq API and the intelligence of the Llama 3.1 model to deliver high-quality summaries through both a simple web interface and a command-line application.
38/100 health