This is a simple script for uploading itch.io games to ifdb. There are different pipelines that use either selenium or the putific API; the API does not seem to be working on ifdb.org, so I'm using selenium right now.
- Python 3
- selenium, with firefox webdriver
- selectolax
- lxml
- requests
- ImageMagick (for resizing cover images)
In the command line, run python itch_to_ifdb.py
You may have to edit the section after if __name__ == '__main__:'.