Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:18:38.000Z (about 2 years ago)
- Last Synced: 2024-12-29T19:56:48.490Z (9 days ago)
- Topics: android, bot, nodejs, telegram
- Language: JavaScript
- Homepage: https://vachounet.github.io/android_helper_bot/
- Size: 39.2 MB
- Stars: 33
- Watchers: 3
- 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
```