It provides 1 week analysis of Steemit user profile related.
PR link: https://github.com/tolgahanuzun/steemit-analiysis/pull/1
Demo : Steemit Weekly Analysis
New Feature
- Added a task that runs every 1 minute. This task controls the creation date of the Analysis. If it is 7 days, it creates a new analysis.
- If a new analysis is created, the comparison with the previous data is added.
- There is no comparison if the first analysis is created.
- Analysis belonging to a person are listed.
Coding
- Task: Users in the database will check every 1 minute. The last date of your analysis is based. If it is 7 days, a new analysis is made.
- The final content of the member is taken and directed. For example, in 10th week ,
username/details/10
- A user is checked for multiple analysis. Of yes, the data to be sent is compared to the previous data.
- Note: I do not add the frontend (HTML-Jinja2) codes.
Posted on Utopian.io - Rewarding Open Source Contributors