-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 985 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@erenodaci/telegram-message-scraper",
"type": "module",
"version": "1.0.6",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Ahmet Eren Odacı <ahmeterenodaci@gmail.com>",
"license": "MIT",
"description": "Designed for extracting and processing message data from Telegram channels. It utilizes web scraping techniques to fetch HTML content from a specified Telegram channel and parses relevant information such as message text, sender details, timestamps, and associated media.",
"dependencies": {
"sanitize-html": "^2.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmeterenodaci/telegram-message-scraper.git"
},
"devDependencies": {},
"keywords": [
"telegram",
"scraper",
"message"
],
"bugs": {
"url": "https://github.com/ahmeterenodaci/telegram-message-scraper/issues"
},
"homepage": "https://github.com/ahmeterenodaci/telegram-message-scraper#readme"
}