You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the project you want to add with tech stack
I'd add the caller id lookup project in python, which would return all the information associated with a caller id to the user. This would be done using BeautifulSoup and requests. This would be done using the free-lookup.net website.
Expected behavior
User starts the program.
User providea a phone number to look for
User receives a valid JSON/list response for each valid input.
The text was updated successfully, but these errors were encountered:
Describe the project you want to add with tech stack
I'd add the caller id lookup project in python, which would return all the information associated with a caller id to the user. This would be done using
BeautifulSoup
andrequests
. This would be done using thefree-lookup.net
website.Expected behavior
The text was updated successfully, but these errors were encountered: