I need a Python script that uses my Pixiv account, identifies users with interests similar to mine, and automatically follows them in order to increase traffic to my Patreon. The key logic is as follows: • Automate only the action of “following” users. • Choose who to follow by comparing our interests; the reference will be the tags that I define. • Allow me to easily change that list of tags, the maximum number of daily follows, and the interval between actions. I will provide my test credentials once the project is accepted, and we will test together that: 1. The script logs in without blocking the account. 2. It filters illustrators by the specified tags and shows in the console who it is going to follow before doing so. 3. It executes the follows and records the date, user followed, and matching tag in a .csv file for auditing purposes. If you fulfill those three points, I will consider the job complete.