<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/modules/markov.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/bitbot.git/atom/modules/markov.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/modules/markov.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2020-02-20T18:51:20Z</updated>
<entry>
<title>add markov-chance, 0 to 100 percent chance of randomly triggered markov chains</title>
<updated>2020-02-20T18:51:20Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-02-20T18:51:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=7b7a67bc459b531e46bcff7a2dd675e1890f982e'/>
<id>urn:sha1:7b7a67bc459b531e46bcff7a2dd675e1890f982e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>utils.http.Response.data should always be `bytes` - add .decode and .soup</title>
<updated>2019-11-26T13:42:01Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-11-26T13:41:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=2d21dfa22931bdb887ccccba4a33e6fa4755e94b'/>
<id>urn:sha1:2d21dfa22931bdb887ccccba4a33e6fa4755e94b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't record ACTIONs in markov chains</title>
<updated>2019-10-29T18:09:57Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-29T18:09:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=8ec365ceefa1a53cd73f429dddaad631580f8eb0'/>
<id>urn:sha1:8ec365ceefa1a53cd73f429dddaad631580f8eb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ignore invalid utf8 in markov log imports</title>
<updated>2019-10-10T15:36:59Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-10T15:36:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=c2f075599d2fdfca8653ebae0399721dde8ce821'/>
<id>urn:sha1:c2f075599d2fdfca8653ebae0399721dde8ce821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a chain has failed to generate if the result is the same as the input</title>
<updated>2019-10-09T16:54:28Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-09T16:54:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=87a7d74fc33c94df719f50be3ca016dd2809b617'/>
<id>urn:sha1:87a7d74fc33c94df719f50be3ca016dd2809b617</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow !markovfor outside a channel when you share the channel with bitbot</title>
<updated>2019-10-08T13:03:09Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-08T13:03:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=37e375c31f3d96e13576d13d11b26a2228c7cc34'/>
<id>urn:sha1:37e375c31f3d96e13576d13d11b26a2228c7cc34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exclude lines with URLs in them from creating markov chains</title>
<updated>2019-10-04T14:14:43Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-04T14:14:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=70aceab622c351c175ceddbdde52f9d98dcd71f1'/>
<id>urn:sha1:70aceab622c351c175ceddbdde52f9d98dcd71f1</id>
<content type='text'>
closes #156
</content>
</entry>
<entry>
<title>also stop markov chain if we chose `None`</title>
<updated>2019-10-04T10:57:11Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-04T10:57:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=432fd39441ff5a4842bde94c83a610d1fb5ca2e5'/>
<id>urn:sha1:432fd39441ff5a4842bde94c83a610d1fb5ca2e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check that `third_words` isn't empty</title>
<updated>2019-10-04T09:12:52Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-10-04T09:12:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=7e51165a239b2274ac6777655c0e9e84c7bb6ac3'/>
<id>urn:sha1:7e51165a239b2274ac6777655c0e9e84c7bb6ac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first_word.lower() -&gt; first_words[0].lower()</title>
<updated>2019-09-30T15:31:13Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-09-30T15:31:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=a9021813e5bf8bba497b0d79efe9a87e92c79e25'/>
<id>urn:sha1:a9021813e5bf8bba497b0d79efe9a87e92c79e25</id>
<content type='text'>
</content>
</entry>
</feed>
