umputun/remark42

Add avatar's import from disqus

開放

#990 建立於 2021年5月7日

 (0 則留言) (3 個反應) (0 位負責人)Go (432 個分叉)user submission
backendhelp wanted

倉庫指標

星標
 (5,500 顆星)
PR 合併指標
 (平均合併 87天 10小時) (30 天內合併 18 個 PR)

描述

As mentioned in https://github.com/umputun/remark42/issues/958#issuecomment-828707386 Disqus has the API to retrieve avatars. Adding this to the import process will be very nice.

A few challenges:

  • probably the API calls should be rate-limited and may need retries
  • imported avatars should be proxied, i.e. stored and served locally

We already support avatar proxy as a part of auth, but this is an external library. Not sure if we can make the avatar proxy part available in go-pkgz/auth or just copy the relevant part into remark42

貢獻者指南