https://github.com/vachounet/android_helper_bot
Provides useful features for Android based Telegram groups, and users
https://github.com/vachounet/android_helper_bot
android bot nodejs telegram
Last synced: 3 months ago
JSON representation
Provides useful features for Android based Telegram groups, and users
- Host: GitHub
- URL: https://github.com/vachounet/android_helper_bot
- Owner: Vachounet
- Created: 2019-03-20T08:56:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:18:38.000Z (over 3 years ago)
- Last Synced: 2026-01-14T16:04:12.488Z (5 months ago)
- Topics: android, bot, nodejs, telegram
- Language: JavaScript
- Homepage: https://vachounet.github.io/android_helper_bot/
- Size: 39.2 MB
- Stars: 35
- Watchers: 2
- Forks: 24
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **android_helper_bot**
# **Usage details**
**[here](https://vachounet.github.io/android_helper_bot/)**
# **Install**
## Host packages
*aria2, pq, jk, mongodb*
## Python packages
gplaycli (https://github.com/matlink/gplaycli)
## libtdjson
Need to be built from sources on host (https://github.com/tdlib/td)
Copy libtdjson.so on bot root folder
## Node
```bash
npm install
mv config.ex.js config.js
```
**Update config.js accordingly (bot token and db infos)**
```javascript
const botConfig = {
db: {
host: 'localhost',
port: 27017,
name: 'test'
},
token: '', // Your bot token
api_id: 0000, // from my.telegram.org
api_hash: '0000', // from my.telegram.org
};
module.exports = botConfig;
```
## **Import F-Droid DB :**
```bash
wget https://f-droid.org/repo/index-v1.jar
unzip index-v1.jar
node import_fdroid.js
```