Web Scraping Library
Project description
Title
telegram Scraper
Descrption
- With telegram Scraper you can scrape search results and extract the contents produced by the search result.
- In telegram scraper it will scrape the data present of the website and give json data which contains the details of the contents on the website.
JSON sample data
{
"Scraper_Telegram": {
"Telegram": "Telegram for Android",
"about_install": "This video shows how to install Telegram on your Android device. See this page for detailed steps on various versions of Android.",
"about_store": "More comfortable with installing appsfrom the Google Play Store?Download Telegram from Google\u00a0Play",
"blank": "Twitter",
"column_9": "telegram.org",
"download_wrap": "Download Telegram",
"toggle": "EN"
}
Run Scraper
from telegram_scraper import *
link="https://telegram.org/dl/ios"
data=run_telegram_scraper(link)
How it works?
- It takes URL of telegram page with a search keyword to scrape the data.
- It generates the json data which contains the information of the telegram search result.
- It gives the every detail present inside website in the form of json data.
Examples
Below are some of the examples of URLs using which you can scrape:
Queries/ Feedback
If you have some queries or feedback please contact us at following
Telegram
Email
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file telegram_scraper-1.0.0.tar.gz
.
File metadata
- Download URL: telegram_scraper-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fa89134c5248f4378897d2e33645b19ec1c0102487bd05157e4395bc4b69686 |
|
MD5 | f82f8692b1619d1ce3c37c38947c5fe3 |
|
BLAKE2b-256 | 183d34cddc097c2de50b7e5e25acb58f8d2271a6410a8c4dd164126fcd00f136 |