<?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: Toust</title>
    <description>The latest articles on DEV Community by Toust (@toust).</description>
    <link>https://dev.to/toust</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%2F793491%2Ff2e3b3c7-7fe6-4d66-91a1-762a7b3cf805.jpg</url>
      <title>DEV Community: Toust</title>
      <link>https://dev.to/toust</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/toust"/>
    <language>en</language>
    <item>
      <title>Twitter bots</title>
      <dc:creator>Toust</dc:creator>
      <pubDate>Fri, 13 May 2022 15:21:08 +0000</pubDate>
      <link>https://dev.to/toust/twitter-bots-4gm5</link>
      <guid>https://dev.to/toust/twitter-bots-4gm5</guid>
      <description>&lt;p&gt;I recently attended to a Twitter bot workshop hosted by &lt;a href="https://twitter.com/canekzapata"&gt;Canek Zapata&lt;/a&gt; called "Jardín de Bots".&lt;/p&gt;

&lt;p&gt;I had experience with bots before, following tutorials by &lt;a href="https://shiffman.net/a2z/twitter-bots/"&gt;Daniel Shiffman&lt;/a&gt; and another one with just images using Tumblr's queue and &lt;a href="http://ifttt.com/"&gt;IFTTT&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/OvvO_bot"&gt;OvvO bot&lt;/a&gt; it's also a Yen/No bot, you just have to mention it.&lt;br&gt;
&lt;a href="https://twitter.com/Ffffoundish_bot"&gt;Ffffoundish_bot&lt;/a&gt; #ripFfffound&lt;/p&gt;

&lt;p&gt;But this time it was a lot easier. We didn't have to apply for a Key on Twitter Devs or the use of the API and credentials.&lt;/p&gt;

&lt;p&gt;We used &lt;a href="https://www.tracery.io/"&gt;Tracery &lt;/a&gt;and &lt;a href="https://cheapbotsdonequick.com/"&gt;Cheap bots done quick&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tracery is a js library that let you combine group of strings in a controlled random way. You just have to fill with text the js object that is already arranged for you, so you just have to worry on the combination of those strings.&lt;/p&gt;

&lt;p&gt;Then, when your bot's code is done, you go to cheapBotsDoneQuick to run it and post it. You can also set an automated posting and the use of images (hosted somewhere else). &lt;/p&gt;

&lt;p&gt;It's definitely a cool way to make bots, it gives you a lot of choices, and it's excellent for people that are not very comfortable yet with code.&lt;/p&gt;

&lt;p&gt;Oh! my new bot combines lyrics of Rosalía and C. Tangana in a sentence. Follow it here :) &lt;br&gt;
&lt;a href="https://twitter.com/rosaliatangana"&gt;https://twitter.com/rosaliatangana&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tracery</category>
      <category>javascript</category>
      <category>twitterbots</category>
      <category>twitter</category>
    </item>
    <item>
      <title>RIP Tumbview</title>
      <dc:creator>Toust</dc:creator>
      <pubDate>Wed, 16 Feb 2022 03:32:53 +0000</pubDate>
      <link>https://dev.to/toust/rip-tumbview-17i2</link>
      <guid>https://dev.to/toust/rip-tumbview-17i2</guid>
      <description>&lt;p&gt;So, one of my favorite sites shut down a few months ago. &lt;br&gt;
&lt;a href="https://tumbview.com/"&gt;Tumbview &lt;/a&gt;was an autoplay, fullscreen Tumblr image viewer that helped me get rid of distractions while giving me beautiful images on my screens.&lt;br&gt;
It also helped me maintain a &lt;a href="https://twitter.com/ffffoundish_bot"&gt;twitter bot&lt;/a&gt; with ffffoundings of amazing art.&lt;br&gt;
Try it out here: &lt;a href="https://latostadorano.com/tumbview.html"&gt;https://latostadorano.com/tumbview.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>p5js</category>
      <category>tumblr</category>
      <category>screensaver</category>
    </item>
    <item>
      <title>Wordle with Python</title>
      <dc:creator>Toust</dc:creator>
      <pubDate>Wed, 26 Jan 2022 06:15:25 +0000</pubDate>
      <link>https://dev.to/toust/wordle-with-python-4o06</link>
      <guid>https://dev.to/toust/wordle-with-python-4o06</guid>
      <description>&lt;p&gt;I got this as my first task in Codecademy's Portfolio project in CS 101 and in the meantime Wordle was a very popular game on twitter.&lt;/p&gt;

&lt;p&gt;I used the Spellchecker module to search for existing words.&lt;br&gt;
Tried to be as friendly as possible and addes emoticons to be more playful.&lt;/p&gt;

&lt;p&gt;I will add classes to keep track of the player and its games.&lt;/p&gt;

&lt;p&gt;Hopefully this will turn out as a real twitter bot.&lt;/p&gt;

&lt;p&gt;You can follow the project on &lt;a href="https://github.com/latostadorano/wordle_py"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordle</category>
      <category>python</category>
      <category>begginer</category>
    </item>
  </channel>
</rss>
