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.
mkdir project_dir
cd project_dir
virtualenv -p python3 src
source src/bin/activate
git clone https://github.com/tolgahanuzun/steemit-analiysis
cd steemit-analiysis
pip install -r requirements
python app.py
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 ...