Skip to content

Releases: matthew-li/mandarin_twitter_bot

v1.1.1

07 Feb 04:51
6dc9440
Compare
Choose a tag to compare

This release addresses Twitter's expected upcoming removal of free read access to its API. In particular, it removes read API calls only in core application logic.

Bug Fixes

  • Originally, when posting a Tweet, the bot would check whether the previous Tweets the new Tweet will link to exist. This check has been removed to avoid making read API calls to Twitter's API.

v1.1.0 Release

25 Jan 03:58
Compare
Choose a tag to compare

This release includes support for automated testing.

Enhancements

  • A new configuration file allows settings to be read from environment variables.
  • Tests are run on commits and on daily builds via CircleCI.

v1.0.0 Release

20 Jan 15:19
Compare
Choose a tag to compare

This initial release includes the bot's core functionality.

New Features

  • The bot posts to Twitter three times a day, initiated by Lambda, and querying DynamoDB for information about previous tweets.
  • Scripts are available to retrieve, clean, and upload source vocabulary to the database.

Enhancements

  • Tests ensure that functionality is working as expected.
  • Documentation provides commands to set up the application.