Skip to content

Releases: cskroonenberg/auto-tweeter

v1.3.1

19 Apr 02:23
Compare
Choose a tag to compare

v1.3.1

Features

  • SMS features
    • Update user when tweets.csv is empty

To-do

  • SMS features
    • Text to add a Tweet to tweets.csv
  • Auto-generated tweets using a generative adversarial network

v1.3.0

19 Apr 02:10
d963ed3
Compare
Choose a tag to compare

v1.3.0

Features

  • SMS features
    • (Optional) text updates through Twilio SMS Messaging API upon initialization and after each Tweet

To-do

  • SMS features
    • Text to add a Tweet to tweets.csv
  • Auto-generated tweets using a generative adversarial network

v1.2.0

14 Mar 17:44
27c8297
Compare
Choose a tag to compare

v1.2.0

Features

  • The tweets.csv file now acts as a queue, Tweeting from the top line of the file and dequeueing the top line after the Tweet has been sent
  • data/log.json will log Tweets sent out with the bot. The following data is logged
    • Tweet content
    • Tweet ID
    • Quote Tweet ID
    • Date-time (when the Tweet was Tweeted)
  • data/tweet_no and data/qrt_id are no longer needed.

To-do

  • SMS features
    • Text notifications when the tweets.csv file has run out of things to Tweet
    • Text to add a Tweet to tweets.csv
  • Auto-generated tweets using a generative adversarial network

v1.1.0

18 Jan 17:28
ec58572
Compare
Choose a tag to compare

v1.1.0

Features

  • A tool script, fetch_tweets.py, has been added to fetch and print IDs and text of the the user's 25 most recent tweets.

To-do

  • SMS features
    • Text notifications when the tweets.csv file has run out of things to Tweet
    • Text to add a Tweet to tweets.csv
  • Auto-generated tweets using a generative adversarial network

v1.0.0

08 Jan 21:51
b72636a
Compare
Choose a tag to compare

v1.0.0

This is auto-tweeter in a finished state. There is always room for improvement, but the program can do all I wanted it to when I first started this project.

Features

  • Daily Tweets from a .csv file
  • Tweets are Quote Retweeted to the previous Tweet
  • The Twitter notification sound is played after a Tweet is successfully Tweeted

To-do

  • SMS features
    • Text notifications when the tweets.csv file has run out of things to Tweet
    • Text to add a Tweet to tweets.csv
  • Auto-generated tweets using a generative adversarial network