jarrodnorwell / InstaPy2

Instagram automation tool for farming comments, follows and likes, written in Python
GNU General Public License v3.0
49 stars 9 forks source link

Added incomplete persistence, improved media obtaining #16

Closed jarrodnorwell closed 1 year ago

jarrodnorwell commented 1 year ago

Persistence is only to test my horrid sqlite scripting and is not ready for use, it will be used to store media/user ids, etc.

Media is now obtained in chunks using cursors, this will help to fix the "already interacted with" issue.