Skip to content

caweyant/steemwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

steemwc

Word Cloud generator for Steemit

Basic syntax:

python3 steemwc [date]

Where [date] = a date in YYYY-MM-DD format. Minor regex testing is done to ensure the date is accurate.

Output is a PNG file labeled "steemwc-[date].png" using words from the top 100 Steemit posts (by number of votes) on the date provided.

Requires the following python3 libraries:

beautifulsoup4 steemdata pymongo Pillow wordcloud

Releases

No releases published

Packages

No packages published

Languages