Skip to content

Commit 449a185

Browse files
committed
README.md: README.md: add Tellows API lookup
1 parent 57f70b3 commit 449a185

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ Here are some screenshots of the Call Blocker App in action:
2323
Israel, Turkey, Hungary, Finland, Denmark,
2424
Thailand, Greece, Slovakia, Romania
2525
```
26+
- **Multi-Country Number Lookup via Tellows API**: Lookup phone numbers internationally using the Tellows API, supporting the following country numbers:
27+
```
28+
Germany, Saudi Arabia, Algeria, Argentina, Australia,
29+
Austria, Belgium, Belarus, Brazil, Chile, China, Colombia,
30+
South Korea, Denmark, Egypt, United Arab Emirates, Slovenia,
31+
Spain, Philippines, Finland, France, Greece, Hungary, India,
32+
Indonesia, Iran, Ireland, Israel, Italy, Japan, Mexico,
33+
Nigeria, Norway, New Zealand, Netherlands, Pakistan, Peru,
34+
Poland, Portugal, United Kingdom, Czech Republic, Hong Kong,
35+
Russia, Singapore, South Africa, Sweden, Switzerland, Taiwan,
36+
Turkey, Ukraine, USA/Canada, Venezuela
37+
```
2638
- **Block and Unblock Numbers**: Easily block or unblock specific phone numbers.
2739
- **Whitelist Management**: Maintain a whitelist of phone numbers that are always allowed to reach you.
2840
- **Web-Based Number Lookup**: Automatically look up phone numbers using two trusted Spanish websites:
@@ -36,6 +48,7 @@ Here are some screenshots of the Call Blocker App in action:
3648

3749
- **General Blocking**: Toggle to enable or disable call blocking.
3850
- **Filter by UnknownPhone API**: Use UnknownPhone API to check numbers based on selected language.
51+
- **Filter by Tellows API**: Use Tellows API to check numbers based on selected country.
3952
- **Filter by ListaSpam**: Enable filtering based on data from www.listaspam.com.
4053
- **Filter by Responderono**: Enable filtering based on data from www.responderono.es.
4154
- **Block Unknown Numbers**: Option to block all numbers not saved in your contacts.
@@ -45,19 +58,6 @@ Here are some screenshots of the Call Blocker App in action:
4558
- **Export Preferences**: Export all app settings and blocked/whitelisted numbers.
4659
- **Import Preferences**: Import previously exported settings and number lists.
4760

48-
## How It Works
49-
50-
The app combines multiple data sources to determine if an incoming call should be blocked:
51-
52-
- UnknownPhone API Integration
53-
Sends a POST request with the phone number and selected language to the UnknownPhone API, returning a rating indicating whether the number is likely spam. Numbers with an average rating below 3 (bad or dangerous) are blocked automatically.
54-
55-
- Web Scraping with JSoup
56-
Scrapes listas spam and responderono websites in real time to gather fresh data on suspicious numbers.
57-
58-
- User Preferences
59-
Uses your configured settings (whitelist, block unknown, hidden, or international numbers) to customize blocking behavior.
60-
6161
## Data Management
6262

6363
- **Export**: Users can export all their preferences, including settings and black/white lists of numbers, to a file for backup or transfer to another device.

0 commit comments

Comments
 (0)