Archived
1
0
Fork 0
Commit graph

2 commits

Author SHA1 Message Date
1f5cef17d2
Handle Twitter duplicates (#20)
This commit adds a hash attribute to help identify duplicate messages. Tweets
have a TweetID attribute for the initial thread identifier and a LastTweetID
attribute to keep track of the last reply to eventually continue the thread if a
duplicate is detected.

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-04-15 15:13:00 +02:00
e57a1c0148
Add tests for utils.go
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-04-12 08:49:11 +02:00