jaryaman / propNews

Making the news proportionate to global priorities
GNU Affero General Public License v3.0
0 stars 0 forks source link

Duplicate tweets #6

Closed jaryaman closed 5 years ago

jaryaman commented 5 years ago

Twitter doesn't allow you to tweet the same thing twice. Currently, if main.py attempts to tweet the same tweet twice, we write to error_log.txt, but really we ought to keep sampling articles until something new comes up.

jaryaman commented 5 years ago

The workaround we currently use is to tweet the time, thereby making all tweets unique. Closing this for now.