Rewrite the submitting logic by adding it submitted links to a Postgres database. What I used for daily bot was Peewee but up to the person taking this task how they want to approach this. Peewee has caching I believe but if you decide not to take this route I suggest implementing a cache or using something that has it built in.
Rewrite the submitting logic by adding it submitted links to a
Postgresdatabase. What I used for daily bot was Peewee but up to the person taking this task how they want to approach this. Peewee has caching I believe but if you decide not to take this route I suggest implementing a cache or using something that has it built in.