Skip to content

robin-samuel/friendlypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This is a solver to generate valid solutions for friendlycaptcha Challenges with Python.

Usage:

# -*- coding: utf-8 -*-
import friendlycaptcha as fc

if __name__ == "__main__":
    puzzle = fc.askforPuzzle('FCMTJL2D38C279E8', 'https://api.friendlycaptcha.com/api/v1/puzzle')
    print(f'Puzzle: {puzzle}')
    solution = fc.solvePuzzle(puzzle)
    print(f'Solution: {solution}')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages