#Make-A-Twitter-Bot Workshop
Session led by Allison Parrish
##Some of my bots
- Power Vocab Tweet (markov chains)
- Library of Emoji (context-free grammars)
- Egress Methods (CMU pronouncing dictionary)
- Eventually Bot
#Make-A-Twitter-Bot Workshop
Session led by Allison Parrish
##Some of my bots
// ==UserScript== | |
// @name NTS Live Video Search | |
// @namespace https://www.nts.live/ | |
// @version 0.2 | |
// @description Add a link to search youtube for each track | |
// @author Jake Funke | |
// @match https://www.nts.live/* | |
// @grant none | |
// @require http://code.jquery.com/jquery-latest.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js |
Blog 2019/7/18
<- previous | index | next ->
Create a new minimal Clojure project using leiningen: