Skip to content

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.

Notifications You must be signed in to change notification settings

Urbanekda/weekly_vesting_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weekly Article Automation Script

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.

Frontend

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.

Backend

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.

Example

Here is an example of the article generated by this application.

Note on Usability

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published