MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / hot_post_timeline

Function hot_post_timeline

twitterv1/post_viewing.go:32–34  ·  view source on GitHub ↗
(c *fiber.Ctx)

Source from the content-addressed store, hash-verified

30}
31
32func hot_post_timeline(c *fiber.Ctx) error {
33 return convert_timeline(c, "", true, blueskyapi.GetHotPosts)
34}
35
36func user_timeline(c *fiber.Ctx) error {
37 actor := c.Query("screen_name")

Callers

nothing calls this directly

Calls 1

convert_timelineFunction · 0.85

Tested by

no test coverage detected