Skip to content

Releases: alexlitel/congresstweets-automator

v3.1

01 Mar 05:44
a4c1fc7
Compare
Choose a tag to compare

Add CLI for data maintenance

Change app from Heroku to Serverless AWS deployment

v2.1

02 May 19:30
Compare
Choose a tag to compare
  • Update eslint config from airbnb-core to standard + prettier et al
  • Update Node from v8 to v13
  • Replace node-github with @octokit/rest to handle Github API deprecation

v2.0.2

27 Sep 20:17
Compare
Choose a tag to compare
  • Fixed bug with Github call in self-updating maintenance process
  • Fixed bug with passing formatOnly flag to maintenance process

v2.0.1

27 Sep 08:37
Compare
Choose a tag to compare
  • Fixed bug in Twitter search query encoding
  • Added some console messages for keeping track of processes easier

v2.0

26 Sep 07:33
Compare
Choose a tag to compare
  • Replaced user/list timeline calls and methods in TwitterHelper class with search call
  • Removed command-line options for app process; app now collects replies by default
  • Added buildQuery utility for creating queries to pass to the searchStatuses function
  • Updated dependencies
  • Minor stylistic fixes

v1.0

19 Sep 21:07
Compare
Choose a tag to compare
  • Replaced real API calls in unit tests with mock API
  • Added many more unit tests to handle all sorts of edge cases
  • Removed BuildMd HTML generators
  • Moved store initialization method from app to maintenance
  • More robust maintenance: includes options for self-updating daily server-side maintenance, formatting files, initializing lists, store, etc
  • Abstracted maintenance into exportable class to make it easier to test, now runs via update.js
  • Added change/commit message to helpers
  • Added command-line options
  • Github and Twitter classes and methods throw errors if improperly configured or missing params
  • Quoted tweets inside retweets now unfurl
  • Added historical user datasets

v0.2

01 Aug 21:25
Compare
Choose a tag to compare

Last version with tweet-to-MD printing, initialization as part of app, and subcategorized arrays of user accounts in dataset.