DEV Community

Cover image for A look into the .NET community with a Twitter bot
Marcus Turewicz
Marcus Turewicz

Posted on • Updated on

A look into the .NET community with a Twitter bot

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.

Top comments (4)

Collapse
 
rmaurodev profile image
Ricardo

Hi,

How did you get your twitter developer account approved... seems to be so difficult.

Thanks for this article.

Collapse
 
marcusturewicz profile image
Marcus Turewicz

I just went through the process really. Which parts are you having trouble with?

Collapse
 
karannmsft profile image
Karan Nandwani

This is awesome. Is there a step-by-step of how to get this up and running in AWS?

Collapse
 
marcusturewicz profile image
Marcus Turewicz • Edited

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 and template.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.