Read this in other languages: Русский (README_ru.md)
This is a Python project that parses chat information from Combot and saves the results into an SQLite database.
- 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.
- Python 3.10+
- Requests
- BeautifulSoup4
- SQLite3 (included with Python)
- Clone the repository:
git clone https://github.com/yourusername/telegram-chats-parser.git
cd telegram-chats-parser- Install required Python packages:
pip install requests beautifulsoup4
