A contributor to the Sherlock project, an open source OSINT command line tool, wants to deploy his API to Vercel. Sherlock scans 400+ social media sites for user details for cybersecurity intelligence tooling. He is getting an error when testing the API, specifically, ModuleNotFound: sherlock_project.py which is the module he needs.
I am asking here as I am trying to help him solve the issue as this is out of scope of the sherlock project itself. I am guessing this isn't covered in Vercel Fair Use? This is my thinking and if so I can help the team close the issue and if not, I can help him troubleshoot his API. He is using the Django REST Framework.