How to use the darksearch.darkspace.BackCheck function in darksearch

To help you get started, we’ve selected a few darksearch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github vlall / Darksearch / darksearch / darkspace.py View on Github external
self.darkResults(
                                                        elastic.titleList[i],
                                                        cat,
                                                        val,
                                                        elastic.namesList[i],
                                                        elastic.datesList[i]
                                                        )
                        )
            descTotal = descTotal + description
        elastic.free_mem()  # Attempting to free up memory..
        del elastic
        return Markup(descTotal)


if __name__ == '__main__':
    example = BackCheck('John Smith')
    print example.output

darksearch

Python API wrapper for DarkSearch (darksearch.io).

MIT
Latest version published 2 years ago

Package Health Score

48 / 100
Full package analysis

Similar packages