Skip to content

Releases: fitnr/twitter_markov

v0.6.0

13 May 23:45
Compare
Choose a tag to compare
-----
* Remove support for Python 2

v0.4.4

19 Apr 16:48
Compare
Choose a tag to compare
  • Remove one per line option
  • Expand docs

0.4.0

22 Dec 17:33
Compare
Choose a tag to compare
  • Replace cobe with markovify. This simplifies learning, since it's just adding to a text file corpus.
  • Also changes Twitter_markov API, removing catalyst argument and replacing 'brain' keyword arguments with 'corpus' or 'model'.
  • Replace twittermarkov learn with twittermarkov corpus
  • Add checking.generator function
  • Restore similarity/blacklist checker for generated text
  • rename class from Twitter_markov to TwitterMarkov
  • Rework cli tools, renaming twittermarkov learn -> twittermarkov corpus

0.2.4

14 Feb 23:26
Compare
Choose a tag to compare
  • Twitter_markov class no longer extends Tweepy.API, so an existing API object can be passed in
  • Cleaned up code around brain naming.
  • Expanded readme.