- Python 100%
| .gitignore | ||
| example.env | ||
| fav621.py | ||
| README.md | ||
fav621
Use e621 API to favorite a list of post IDs. Uploading for archival and reference purposes, but may validate or cleanup if there is further use.
When used, will iterate through a newline-separated list of post IDs corresponding to posts on e621/e926, and will check if post exists, and attempt to favorite it. Results for failures to favorite or deleted posts will be output as regex-styled lists at the end, with other miscellaneous errors called out with a generic string during work. (Regex-styled output is due to my workflow limitations at the time.)
Because I rewrote this briefly before uploading, it hasn't been tested in its current form.
Initially written for use with my own list of sources to offload an existing database and clear file space, relying on the e621 database to hold non-important pictures on my machine at the time.
Usage
Rename example.env to .env and give it your username, api key, and file path. File is just a newline-separated list of post IDs corresponding to the post ID on e621/e926.
Execute fav621.py with python3 fav621.py