mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
grammar
This commit is contained in:
parent
60dbb327cd
commit
d71c542870
@ -1,16 +1,16 @@
|
|||||||
# Byparr
|
# Byparr
|
||||||
|
|
||||||
An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) as drop-in replacement, build with [nodriver](https://github.com/ultrafunkamsterdam/nodriver) and [FastAPI](https://fastapi.tiangolo.com).
|
An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) as a drop-in replacement, build with [nodriver](https://github.com/ultrafunkamsterdam/nodriver) and [FastAPI](https://fastapi.tiangolo.com).
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> Currenly, due to [bug in nodriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1954), if you run ouside of prebuild container, you have to run `python fix_nodriver.py` after creating venv.
|
> Currenly, due to [bug in nodriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1954), if you want to run this project ouside of prebuild container, you have to run `python fix_nodriver.py` after creating venv to patch the library.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Thanks to FastAPI implementation, now you can also see the API documentation at `/docs` or `/` (redirect to `/docs`) endpoints.
|
> Thanks to FastAPI implementation, now you can also see the API documentation at `/docs` or `/` (redirect to `/docs`) endpoints.
|
||||||
|
|
||||||
## Early Development
|
## Early Development
|
||||||
|
|
||||||
Long story short, I created it in like 3 days, so if you get any bugs/hangs etc. please report, so both of us can enjoy unblocked websites!
|
Long story short, I created it in like 3 days, so if you get any bugs/hangs etc. please report it, so both of us can enjoy unblocked websites!
|
||||||
|
|
||||||
I focus maily on Cloudflare, which is tested daily, any other anti-bot challenges should pass out of the box, but if any issues, please report these providers with an example website ❤️
|
I focus maily on Cloudflare, which is tested daily, any other anti-bot challenges should pass out of the box, but if any issues, please report these providers with an example website ❤️
|
||||||
|
|
||||||
@ -42,8 +42,7 @@ services:
|
|||||||
|
|
||||||
- [ ] Slimming container (~3GB bruh)
|
- [ ] Slimming container (~3GB bruh)
|
||||||
- [ ] Add more anti-bot challenges
|
- [ ] Add more anti-bot challenges
|
||||||
- [ ] Add docstrings
|
- [x] Add docstrings
|
||||||
- [ ] Use tabs instead of sprawning new browsers
|
|
||||||
- [ ] Implement versioning
|
- [ ] Implement versioning
|
||||||
- [ ] Proxy support
|
- [ ] Proxy support
|
||||||
- [ ] Add more architectures support
|
- [ ] Add more architectures support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user