| ▲ | kittikitti a day ago | |
It seems as if LinkedIn removed the ability to request connections specifically. I had to request my entire archive. Also, minor thing, there is no requirements.txt file based on the setup in README.md but I understand that it's only `requests` and it looks like even this is handled in the Python script. In the README.md, the flag for the Connections.csv is actually `--connections`. I'm also getting a `429 Client Error: Too Many Requests for url:` which sometimes resolves itself after a few requests for some reason. Not sure if `delay` needs to be increased. For the sake of privacy of my own connections, I think it would be better to have an option to download all Epstein files locally (a great feature in and of itself) and then do a search. Last edit: I got the results and it's all false positives from people who have common names. Most of the results in the search engine are based on badly done OCR from PDF's. I would have done the OCR with an vLLM, it would be much more accurate. I would highly recommend changing the search engine. Thank you for this. | ||
| ▲ | cfinke a day ago | parent [-] | |
Thanks, I've fixed the connections arg name and the missing requirements file. | ||