New tool: Use FlareSolverr with Python requests via a Session/Adapter (and a CLI for instance management/debugging) #1686
Xavier-Lam
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I built a small Python project called FlareSolverrSession to make it easy to use
FlareSolverrfrom codebases that already rely onrequests. It is even compatible with Python2.7 and is almost fully covered by unittests.It provides a
Sessionto manageFlareSolverrsessions in a python way. You can also use theAdapterfeature to integrate the project into your existing codebases that userequestsmodule.It also provides a CLI tool to easily manage and debug the
FlareSolverrservice.Project: https://github.com/Xavier-Lam/FlareSolverrSession
Feedbacks are welcome!
Beta Was this translation helpful? Give feedback.
All reactions