Releases: cskroonenberg/auto-tweeter
Releases · cskroonenberg/auto-tweeter
v1.3.1
v1.3.0
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
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
anddata/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
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
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