<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vishal Jagtap</title>
    <description>The latest articles on DEV Community by Vishal Jagtap (@v2ishal).</description>
    <link>https://dev.to/v2ishal</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F396606%2Ff21fe5c0-ad0a-4492-adc7-8c7175c03498.png</url>
      <title>DEV Community: Vishal Jagtap</title>
      <link>https://dev.to/v2ishal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/v2ishal"/>
    <language>en</language>
    <item>
      <title>Twitter program and cloud integration</title>
      <dc:creator>Vishal Jagtap</dc:creator>
      <pubDate>Mon, 17 Aug 2020 18:27:24 +0000</pubDate>
      <link>https://dev.to/v2ishal/twitter-program-and-cloud-integration-3oji</link>
      <guid>https://dev.to/v2ishal/twitter-program-and-cloud-integration-3oji</guid>
      <description>&lt;p&gt;Program which will read tweets from profile timeline and extract them , manipulate the text and url in string and store them on AWS Dynamo DB. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stack:&lt;/strong&gt;&lt;br&gt;
Hashicorp Vault &lt;br&gt;
AWS Dynamo DB&lt;br&gt;
Twitter app (Oauth)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OS&lt;/strong&gt;&lt;br&gt;
Linux centos&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Python modules:&lt;/strong&gt;&lt;br&gt;
tweepy&lt;br&gt;
Boto3&lt;br&gt;
hvac&lt;/p&gt;

&lt;p&gt;Created a twitter app on &lt;a href="https://developer.twitter.com/en" rel="noopener noreferrer"&gt;https://developer.twitter.com/en&lt;/a&gt; by which i was able to use and integrate twitter api. Next thing i did was installed Hashicorp vault on my linux box and configure Vault service making sure it is unsealed , later i enabled kv engine v1 and added my twitter app keys &amp;amp; tokens to it so that my program can retrieve it when needed.I had my AWS account where i configured and created Dynamo DB table where my program will upload the tweets. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project link:&lt;/strong&gt;&lt;br&gt;
On below link inside twitter_bot/v0 folder&lt;br&gt;
&lt;a href="https://github.com/v2ishal/devlab" rel="noopener noreferrer"&gt;https://github.com/v2ishal/devlab&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>aws</category>
      <category>twitter</category>
    </item>
  </channel>
</rss>
