<?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: himanshushah05</title>
    <description>The latest articles on DEV Community by himanshushah05 (@himanshushah05).</description>
    <link>https://dev.to/himanshushah05</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%2F771355%2Fedf1988e-eacc-40f9-95ed-d7462aaa5db7.jpeg</url>
      <title>DEV Community: himanshushah05</title>
      <link>https://dev.to/himanshushah05</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/himanshushah05"/>
    <language>en</language>
    <item>
      <title>Activity OverYou</title>
      <dc:creator>himanshushah05</dc:creator>
      <pubDate>Thu, 09 Dec 2021 07:58:38 +0000</pubDate>
      <link>https://dev.to/himanshushah05/activity-overyou-3ma8</link>
      <guid>https://dev.to/himanshushah05/activity-overyou-3ma8</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--b-Aiy7sl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nhpujz0y36hntacf0q36.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b-Aiy7sl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nhpujz0y36hntacf0q36.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  My Workflow
&lt;/h3&gt;

&lt;p&gt;Activity OverYou displays your Github Activity Graph right in front of you, in your palm, anytime, anywhere. We use our own custom-made Github action to calculate the User events and send the normalised ratio to the NodeMCU via the MQTT server via Adafruit.&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Interesting IoT&lt;br&gt;
Wacky Wildcards&lt;/p&gt;
&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/ShubhamPalriwala"&gt;
        ShubhamPalriwala
      &lt;/a&gt; / &lt;a href="https://github.com/ShubhamPalriwala/ActivityOverYou"&gt;
        ActivityOverYou
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Your Activity Graph right in front of you
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/ShubhamPalriwala/ActivityOverYou./banner.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WOUlY3jz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ShubhamPalriwala/ActivityOverYou./banner.png" alt="Banner"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
Your Activity Graph right in front of you, in your palm, anytime, anywhere
&lt;/p&gt;

&lt;h2&gt;
What it does&lt;/h2&gt;

&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/ShubhamPalriwala/ActivityOverYou./whatitdoes.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--30m8yNbR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ShubhamPalriwala/ActivityOverYou./whatitdoes.png" alt="What it does?"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
Setup&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Go to repo Settings/Secrets and add a new repository secret with name as MTQT_BROKER_PASSWORD and value as key.&lt;/li&gt;
&lt;li&gt;Now edit the .yaml files in .github/workflows with your details of mqqt broker for each topic i.e Issue Open , Pull Requet Open and Pull Request Closed.&lt;/li&gt;
&lt;li&gt;Connect your Oled display to NodeMCU or any WiFi module compatible with Arduino.&lt;/li&gt;
&lt;li&gt;Change the SSID, Password, MQTT user ID and key as per your account.&lt;/li&gt;
&lt;li&gt;Upload the &lt;code&gt; github_actions_graph.ino &lt;/code&gt; on your board&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
Usage&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Plug in your NodeMCU and connect the Oled display&lt;/li&gt;
&lt;li&gt;The graph will be displayed and update on regular interval of time.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://github.com/ShubhamPalriwala/ActivityOverYou./hardware.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4qm-vPVK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ShubhamPalriwala/ActivityOverYou./hardware.png" alt="Images"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
Contributions&lt;/h2&gt;


&lt;ul&gt;
&lt;li&gt;Feel Free to Open a PR/Issue for any feature or bug(s).&lt;/li&gt;
&lt;li&gt;Make sure to follow the &lt;a href="https://docs.github.com/en/github/site-policy/github-community-guidelines"&gt;community guidelines&lt;/a&gt; when contributing.&lt;/li&gt;
&lt;li&gt;Please open an issue if you want to ask a question/discuss anything about…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br&gt;
  &lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/ShubhamPalriwala/ActivityOverYou"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.figma.com/file/KkNuGikbT1tsMk4xH7pUKc/ActivityOverYou?node-id=0%3A1"&gt;Figma Link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hwPnCjHc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/18mq02rggnzz9cwhat91.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hwPnCjHc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/18mq02rggnzz9cwhat91.png" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>actionshackathon21</category>
    </item>
  </channel>
</rss>
