We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To facilitate the view of the articles on the server, and the retweet let's share the approved articles tweet on #sserarticles channel on Discord.
The text was updated successfully, but these errors were encountered:
snippet to get the tweet url
const tweet = async (url: string) => { try { const tweet = await client.v1.tweet(url, {}); const tweetUrl = `https://twitter.com/${tweet.user.screen_name}/status/${tweet.id_str}`; return { ok: true, tweetUrl }; } catch (error) { return error; } };
Sorry, something went wrong.
I'll do this
MarcusXavierr
No branches or pull requests
Feature Request
To facilitate the view of the articles on the server, and the retweet let's share the approved articles tweet on #sserarticles channel on Discord.
The text was updated successfully, but these errors were encountered: