tg_post: Retrieving publication data

View source: R/tg_post.R

tg_postR Documentation

Retrieving publication data

Description

Retrieving publication data

Usage

tg_post(post_id)

Arguments

post_id

Post ID (t.me/username/123, t.me/c/1256804429/1230 or post ID in TGStat)

Details

Get information and publications in Telegram - number of views, publication date, content, ...

Value

tibble with post data

References

See also TGStat API Documentation of metrod posts/get

Examples

## Not run: 
post <- tg_post(
    post_id = 'https://t.me/R4marketing/887'
)

## End(Not run)

rtgstat documentation built on Oct. 25, 2024, 5:06 p.m.