STEEM Philippines Curation Tool
This a curation tool specifically created for STEEM Philippines Manila curator team.
Background
is a group of Manila-based curators whose aim is to curate undervalued posts of authors from Manila. They have a list of authors who are based in Manila.
In one of the messages from one of its curators ( ) on how she curates, this developer assessed that curating manually can partially be automated, specifically extracting posts to select which one to curate.
Currently, creates a daily and weekly featured posts such as this.
Prior to this tool, the curators had to manually check each author's feed and check their posts.
OR check the community account's feed and curate from there.
OR go to a certain tag (i.e., #steemph) and check if an author is from Manila and curate that post.
This project aims to simplify the curation efforts for STEEM Philippines (not just for Manila) by developing a tool that will extract all posts from a list of authors within a certain date range that contains certain tags.
Features
- Search for posts by author, date, and tags (include all or include any)
- Add/remove author for filter
- Add/remove tag for filter
Deploying
Install the Heroku Toolbelt.
$ git clone git@github.com:mistah-org/steemph-manila-curator.git # or clone your own fork
$ cd steemph-manila-curator
$ heroku create
$ git push heroku master
$ heroku open
or
Testing
https://steemph-manila-curator.herokuapp.com/
Technology Stack
- PHP
- Heroku fully cloud deployable
- Bootstrap 4, jQuery
- File system
Roadmap
Project roadmap is in Github's project page.
Contributing
Currently in pre-alpha. Issues and suggestions for now are closed to curation team.
Pull Requests
Unfortunately, I can only attach up to three PRs to this contribution. Here's the list of all PRs related the features mentioned above.
- added add-user.php API -
- Moved 'add-user' API to /web; added get-users and delete-users API
- Feature/remove user from list
- Feature/add search function #1
- Feature/add search function #2
Others
I looked for existing tools using SteemTools and SteemProjects but I couldn't find one that had the features I needed (i.e., search for multiple authors and tags, simple layout).
The closest I was able to see was https://autosteem.learnthis.ca/, but it didn't do what I think the team needs. Also, it had too many features that the team doesn't need.
Posted on Utopian.io - Rewarding Open Source Contributors