This is a simple application that I created to help me automate a weekly-issued article with a set structure. Such articles are generated from coinbrain.com using vesting data to inform users about top crypto unlocks each week. Each article features 4-5 projects and their major unlocks + a description.
The application contains a minimal frontend built in React which is used to fetch data through an API. Data from API are displayed within the structure of a finished article to save me as much time as possible.
The backend part is written in Python using Flask to serve the API. Upon request, the backend script scrapes vesting data of a selected project on coinbrain.com, cleans them, and formatsthem for further usage.
Here is an example of the article generated by this application.
The usability of this app is not very high and it is not intended for general use - it is only a tool that I created for myself to automate my work.