Repository
https://github.com/nawab69/steemtools
New Projects
About Project
SteemTools is a website powered by steem blockchain. It contains some hidden tools which is not in main steemit website.
Now a days steemit become popular. More than 1 million people used steemit. But there is some problems in steemit.com . Many features aren't shown to main steemit website.
There are many option which is hidden from the main website. So I have thought on it and get an idea. I have started to create some unique and helpful tools. I have worked on it since 2 months. After working some days, I stoped this project. But some days ago, I have started working on it again.
I have written some tutorials on it. You can see this on my steemiy blog.
I think this tools will help the people who doesn't know any programming.
Features
- Unique steemtools API
- STEEMIT Blog/post words & Characters counter
- Withdraw Route check
- Withdraw Route Change
- Withdraw Route Remove
This tools will help the article contest creators too. They can check the number of words of their contestant's blog.
Discord and Steemit bots can also use steemtools API. Currently one API has been released. This contains the number of words & characters in any steemit post.
Withdraw Routes is a hidden function in steemit. Most of the people doesn't know to change or check or remove their withdraw routes. So i have created this tools also.
Website
The official website of steemtools is http://steemtools.cf
Run this tools on your php server
- First Download the zip file
- Then copy it to your php server(php v7.0+ required)
- Extract the zip file.
- Now create a .htaccess file in your server and paste the below code;
#remove php file extension-e.g. https://example.com/file.php will become https://example.com/file
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]
- save the file
- Now open
yoursite/index
to open the website
Technology Stack
- I have used php & html language on this website.
- Bootstrap has been used for frontend design.
- JSON has been used for API
License
This project is under MIT License.
Roadmap
I want to add some unique & hidden tools in this website. By this project, I want to bring steemit hard functions to easier. I want to release some unique API for developers too.
How to contribute?
As it is an open source project, anyone can contribute this project.
Simply upload your file / fork in my github repo. then inbox me. You can also contribute in our development process by utopian-io .