Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

AlgorithmAlchemy/Combot-telegram-channel-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Chats Parser

Read this in other languages: Русский (README_ru.md)

2024-10-09_00-02

This is a Python project that parses chat information from Combot and saves the results into an SQLite database.

dd_DeWatermark

Features

  • Collects chat information (name, username, member count, language, image, etc.).
  • Saves parsed data to an SQLite database.
  • Parses data from the website via API using BeautifulSoup and requests.

Requirements

  • Python 3.10+
  • Requests
  • BeautifulSoup4
  • SQLite3 (included with Python)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/telegram-chats-parser.git
cd telegram-chats-parser
  1. Install required Python packages:
pip install requests beautifulsoup4

About

Python tool for parsing Telegram chat data from Combot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages