Juan Fran Martín

Results 17 issues of Juan Fran Martín

## The problem I'm testing this script and it gives me the error referenced in Traceback/Error logs. ```py #!/usr/bin/env python3 import contextlib import http.client import logging import requests import warnings...

## The problem Hello, I'm using this script in order to get my calendar events: ```py from datetime import datetime, timedelta api = PyiCloudService('my_apple_id', 'my_password') if api.requires_2sa: import click print("Two-step...

Which browser and uc version combined works better? I think the best way to proceed it's dockerizing this stuff and break the cloudflare websites.

Please, anybody can make a tutorial on how to run this?. I'm unable to run it. If its without docker it freezes on the installation of dlib (building wheel for...

Hello, do anybody have a Robyn boilerplate to look what an API files structure looks like? Anything like this in FastAPI: https://github.com/tiangolo/full-stack-fastapi-postgresql If not, i kindly suggest you to implement...

good first issue
good second issue

If i launch a browser as a service: `python -m ichrome.web` Then ```python import requests from bs4 import BeautifulSoup headers = { 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7', 'Accept-Language': 'es-ES,es;q=0.9', 'Cache-Control': 'max-age=0', 'Connection': 'keep-alive',...

The normal playwright is not supported

I still don't figure it out how can I do a `playwright install`on streamlit cloud like locally

I would like to see if it can be an alternative to pymongo and at the same time, check if it can be faster than pymongo.