Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!)

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 ...!!!