Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumithemmadi/truecaller-on-termux
A simple truecaller for termux
https://github.com/sumithemmadi/truecaller-on-termux
termux truecaller truecaller-on-termux truecallerjs
Last synced: about 1 month ago
JSON representation
A simple truecaller for termux
- Host: GitHub
- URL: https://github.com/sumithemmadi/truecaller-on-termux
- Owner: sumithemmadi
- License: mit
- Created: 2021-10-26T03:56:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T12:57:53.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:13:42.745Z (8 months ago)
- Topics: termux, truecaller, truecaller-on-termux, truecallerjs
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 66
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Truecaller-on-termux
[![Version](https://img.shields.io/badge/Version-1.0.8-blue)](https://github.com/sumithemmadi/truecaller-on-termux/releases)
[![stars](https://img.shields.io/github/stars/sumithemmadi/truecaller-on-termux)](https://github.com/sumithemmadi/truecaller-on-termux/stargazers)
[![MIT Licence](http://img.shields.io/github/license/sumithemmadi/truecaller-on-termux)](https://github.com/sumithemmadi/truecaller-on-termux/blob/main/LICENSE)
[![issues](https://img.shields.io/github/issues/sumithemmadi/truecaller-on-termux)](https://github.com/sumithemmadi/truecaller-on-termux/issues)A simple truecaller on termux
## Before we begin
Before we begin you should do following things.
1. Make sure that you install [termux-api](https://f-droid.org/packages/com.termux.api/)
2. Now you should give notifications permission to termux-api.
```bash
termux-notification-list
```
3. After running above command in termux,click **Allow**.
3. Then run `termux-notificatin-list` and see a json is showing or not.
If it's not shown try enabling Auto Start for Termux:API and disable all battery optimizations.
https://dontkillmyapp.com/xiaomi
4. Make sure that you install `git` and `make`.## Installation and Login
First clone this repository.
```bash
git clone https://github.com/sumithemmadi/truecaller-on-termux.git
cd truecaller-on-termux
``````
make install
```
Then [login](https://github.com/sumithemmadi/truecaller-on-termux) to your Truecaller account.After installation you need to restart session or source this file:
```bash
source start-truecallerjs.sh
```Now you ready to enable and start the `truecallerjs` daemon service:
```bash
sv-enable truecallerjs
sv up truecallerjs
```
If you need to stop, run `sv down truecallerjs`> **Note** : If you get any error just close the termux app and reopen it.Then start truecallerjs services.
### To uninstall
```
make uninstall
```Then stop service with below command
```
sv down truecallerjs
sv-disable truecallerjs
```
## LICENSEMIT License
Copyright (c) 2021 **Emmadi Sumith Kumar**
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.