MCPcopy Create free account
hub / github.com/fogleman/primitive / tweet

Function tweet

bot/main.py:138–140  ·  view source on GitHub ↗
(status, media, in_reply_to_status_id=None)

Source from the content-addressed store, hash-verified

136 access_token_secret=TWITTER_ACCESS_TOKEN_SECRET)
137
138def tweet(status, media, in_reply_to_status_id=None):
139 api = twitter_api()
140 api.PostUpdate(status, media, in_reply_to_status_id=in_reply_to_status_id)
141
142def handle_mentions():
143 global SINCE_ID

Callers 2

handle_mentionFunction · 0.85
generateFunction · 0.85

Calls 1

twitter_apiFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…