You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to use TwitterPostClient by itself running on an externally managed cron job. To do that, I need to be able to access the generateNewTweet method.
Describe the solution you'd like
Remove the private keyword from the generateNewTweet function
Describe alternatives you've considered
Using the other available public functions
Additional context
None
The text was updated successfully, but these errors were encountered:
Hello @hazelnutcloud! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!
Is your feature request related to a problem? Please describe.
I'd like to use TwitterPostClient by itself running on an externally managed cron job. To do that, I need to be able to access the
generateNewTweet
method.Describe the solution you'd like
Remove the private keyword from the
generateNewTweet
functionDescribe alternatives you've considered
Using the other available public functions
Additional context
None
The text was updated successfully, but these errors were encountered: