This post has been archived and you can now find it on my personal blog at https://www.marcusturewicz.com/blog/a-look-into-the-dotnet-community-with-a-twitter-bot.
For further actions, you may consider blocking this person and/or reporting abuse
This post has been archived and you can now find it on my personal blog at https://www.marcusturewicz.com/blog/a-look-into-the-dotnet-community-with-a-twitter-bot.
For further actions, you may consider blocking this person and/or reporting abuse
Jacob Landry -
Judith-Excel-Sharing -
Arif Hossain -
Mayank Mohapatra -
Top comments (4)
Hi,
How did you get your twitter developer account approved... seems to be so difficult.
Thanks for this article.
I just went through the process really. Which parts are you having trouble with?
This is awesome. Is there a step-by-step of how to get this up and running in AWS?
Thanks Karan, glad it was useful!
I don't have a step by step guide as such. I largely followed this documentation, replacing the use of CodeCommit with GitHub and the node app with my .NET app.
You can see the
buildspec.yml
andtemplate.yml
in the repository. You'll need to replace any values according to your AWS S3 Bucket name and Secrets Manager ARN (if you use that).I'll might write a blog post with a guide of how to do this.