All Projects → vhdmsm → tg_crawler

vhdmsm / tg_crawler

Licence: GPL-3.0 License
Just a crawler based on tg-cli for Telegram. Deprecated by now, please use telegram-export.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tg crawler

nchat
Terminal-based Telegram client for Linux and macOS
Stars: ✭ 68 (-4.23%)
Mutual labels:  telegram, telegram-cli
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+464.79%)
Mutual labels:  crawler, telegram
Moodle Downloader 2
A Moodle downloader that downloads course content fast from Moodle (eg. lecture pdfs)
Stars: ✭ 118 (+66.2%)
Mutual labels:  crawler, telegram
messaging-apis
Messaging APIs for multi-platform
Stars: ✭ 1,759 (+2377.46%)
Mutual labels:  telegram
snorkeling
Extracting biomedical relationships from literature with Snorkel 🏊
Stars: ✭ 56 (-21.13%)
Mutual labels:  text-mining
Nayumi
A cute bot of Telegram.
Stars: ✭ 12 (-83.1%)
Mutual labels:  telegram
rankr
🇰🇷 Realtime integrated information analysis service
Stars: ✭ 21 (-70.42%)
Mutual labels:  crawler
TGPy
Run Python code right in your Telegram messages
Stars: ✭ 14 (-80.28%)
Mutual labels:  telegram
cv4pve-botgram
Telegram Bot for Proxmox VE
Stars: ✭ 26 (-63.38%)
Mutual labels:  telegram
winston-telegram
A Telegram transport for winston
Stars: ✭ 28 (-60.56%)
Mutual labels:  telegram
Store-bot
Пример Telegram бота для продажи товаров.
Stars: ✭ 43 (-39.44%)
Mutual labels:  telegram
podsearch bot
Telegram bot that searches Podcast in iTunes store.
Stars: ✭ 28 (-60.56%)
Mutual labels:  telegram
telegramircd
Control Telegram user account with IRC
Stars: ✭ 64 (-9.86%)
Mutual labels:  telegram
efb-wechat-docker
EFB WeChat Slave Docker Ver.
Stars: ✭ 48 (-32.39%)
Mutual labels:  telegram
FreeFire-Phishing
Free Fire Phishing Tool ID Hack Tool For Online Hacking
Stars: ✭ 140 (+97.18%)
Mutual labels:  telegram
html-query
A fluent and functional approach to querying HTML
Stars: ✭ 48 (-32.39%)
Mutual labels:  crawler
dante-gui
Dante Server (SOCKS5 Proxy) Web Interface (Telegram ready)
Stars: ✭ 31 (-56.34%)
Mutual labels:  telegram
pump-and-dump-dataset
Additional material for paper: Pump and Dumps in the Bitcoin Era: Real Time Detection of Cryptocurrency Market Manipulations, ICCCN '20
Stars: ✭ 66 (-7.04%)
Mutual labels:  telegram
Text-Analysis
Explaining textual analysis tools in Python. Including Preprocessing, Skip Gram (word2vec), and Topic Modelling.
Stars: ✭ 48 (-32.39%)
Mutual labels:  text-mining
codes-scratch-crawler
读书笔记《自己动手写网络爬虫》,自己敲的代码。主要记录了网络爬虫的基本实现,网页去重的算法,网页指纹算法,文本信息挖掘
Stars: ✭ 44 (-38.03%)
Mutual labels:  crawler

Telegram Crawler

Using this crawler, you can crawl telegram channels, groups or your private chats. Chats will be saved in SQLite database and text file. You can query in database with different parameters like channel names, group names, telegram usernames, telegram unique ids and etc.

Works with Python 3.3+.

Dependencies

Install dependencies using this command:

pip install -r requirements

and if you don't have sqlite3, install it:

sudo apt-get install sqlite3

Usage

For running this cute crawler, first you need to compile my forked version of tg CLI. I fixed some of tg issues that cause tg to crash. After compiling tg with make command, run it using the following command:

./bin/telegram-cli -k server_pub -p 4458 --json

then run the crawler:

python crawler.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].