Sign inSign up

steemit/report

By steemit

Updated 9 months ago

steemit data report system

Image
0

9.1K

steemit/report repository overview

Steemitreport

this is a repo for steemit user data report system as well as providing data analytics in the future.

How to start

  1. git clone [email protected]:spidemen/Steemitreport.git
  2. docker build -t report .
  3. docker run -p 3001:3001 report

API

  1. /report
    send a daily user report into slack channel

  2. / add add user into database

  3. /runtask run schedule task

  4. /sendemail send a weekly user reoport

  5. /callback param: from and to type : date example curl 127.0.0.1:3001/callback?from=2020-05-12&to=2020-09-28 send email to pending users who ever submit register information via previous sign up system

issues

there are some rate limit for request, normally one request per ip per day.
configure file is hidden since security issue. Will update in the future iteration

Tag summary

Content type

Image

Digest

sha256:de6341c7d

Size

367.2 MB

Last updated

9 months ago

docker pull steemit/report