Hieu Nguyen Van
Hieu Nguyen Van
You can checkout the clone with C# version here Demo: https://luyencode.net Source: - https://github.com/luyencode/OnlineJudge/commit/c46331cf7f515491b674c4a1bc6ab251eb0bd332 - https://github.com/luyencode/JudgeServer/commit/2209796481c5aa4f4c3d4ff17ecff823bf5f4d72 - Document:
**Quick solution:** Replace line 137 in `fbcrawl/spiders/fbcrawl.py` from ``` href = response.urljoin(self.page) ``` to ``` href = "https://mbasic.facebook.com/{}".format(self.page) ```
Temp fix: ``` pip uninstall scikit-learn pip install scikit-learn==0.21.3 ```
> For me the following worked. > ee site disable on each of the sites > cd into /opt/easyengine/services and run > docker-compose down > docker-compose up -d > reboot...
You can you Github API to check all comment, i have implement a BOT to remove all comment contain keywords: https://github.com/luyencode/comment_bot