Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NabiKAZ/fetch-telegram
Fetch and download all video contents of channels telegram by PHP (Not used Bot API, Core API, or not need any authenticate telegram! It's anonymouse downloader!)
https://github.com/NabiKAZ/fetch-telegram
channel download fetch telegram video
Last synced: 3 months ago
JSON representation
Fetch and download all video contents of channels telegram by PHP (Not used Bot API, Core API, or not need any authenticate telegram! It's anonymouse downloader!)
- Host: GitHub
- URL: https://github.com/NabiKAZ/fetch-telegram
- Owner: NabiKAZ
- License: gpl-3.0
- Created: 2017-12-10T01:12:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T01:27:22.000Z (almost 7 years ago)
- Last Synced: 2024-05-29T02:33:57.280Z (6 months ago)
- Topics: channel, download, fetch, telegram, video
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 29
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fetch Telegram
Fetch and download all video contents of channels telegram by PHP# Manual
Put `$channel_name`, `$post_start`, `$post_end` with desired values in begin of `index.php` code.# Sample output
# php index.php
Fetch channel: "InjaGhatie"
Get post #164 ... Download video... Saved.
Get post #165 ... Download video... Saved.
Get post #166 ... Download video... Saved.
Get post #167 ... Not found video.
Get post #168 ... Not found video.
Get post #169 ... Not found video.
Get post #170 ... Download video... Saved.
Get post #171 ... Download video... Saved.
Get post #172 ... Not found video.
Get post #173 ... Download video... Saved.
Get post #174 ... Download video... Saved.# Results
# ls InjaGhatie/
164.mp4 165.mp4 166.mp4 170.mp4 171.mp4 173.mp4 174.mp4# TODO
So many things ...!!!