Is there a way to check list of users who have added me as friend in Codeforces?
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
Is there a way to check list of users who have added me as friend in Codeforces?
Name |
---|
No there is no such way to look for users who have added you as their friend but I hope this feature soon gets established on Codeforces!!
What good would it be? Will you get a sense of worth that people are following you?
Good job digging this post from the grave. If I'm not wrong, the intention was to identify anyone I might know who were following me and follow them in return
https://mirror.codeforces.com/apiHelp/methods#user.friends I think using this API, you can view your friends list. But it says it requires authorization. I'm not even sure whether it is possible or not. If it is possible, someone please tell how to do it!!
Well, I read the docs and tried the api method myself. Conclusion? It only returns the list of the users YOU have added as a friend. NOT THE USERS WHO ADDED YOU. Also, it needs authentication so you cannot check whether a person has added you or not either. In other words, it is useless in this usecase. And sorry that I downvoted you for making my hopes high.