This project was created to perform weekly analysis. Steemit makes relevant analyzes with your profile. It keeps some data for 1 week periods. it will compare it next week. It gives you some data. It was also formatted to post blog posts.
Used Tools
- Python
- Flask
- Sqlalchemy
I use for API
- steemit
- steemdollar
- api.steemjs
Steemit Weekly Analysis : DEMO
- Enter your user name and check the analysis.
What is Steemit Weekly Analysis?
- It's an analysis.
- Weekly comparison.
- This week's data is available.
- Sharing in the blog will output in markdown format.
How to install Steemit Weekly Analysis ?
- First set the virtual environment.
mkdir project_dir
cd project_dir
virtualenv -p python3 src
source src/bin/activate
- Now let's clone project.
git clone https://github.com/tolgahanuzun/steemit-analiysis
cd steemit-analiysis
pip install -r requirements
- And Run!
python app.py
Example Post:
Screenshot
- You can see your analysis from this panel.
- You can share a blog post with this post.
Bug or Suggestions?
Would you like to submit a bug or suggestions? I'm very happy about that. If you want to make this application better, you can make a Pull Request ...
Posted on Utopian.io - Rewarding Open Source Contributors