pyblogit
pyblogit is a desktop blogging client written in Python with the aim of filling the gap within linux.
Most linux-compatible desktop blogging clients are innactive and no longer being developed, often no longer working properly.
This project was born by a personal need for such software.
#Roadmap
- [COMPLETE] Add support for blogger post getting, creating, editing and deletion
- [COMPLETE] Add support for local saving
- [COMPLETE] Add basic GUI (no functionality)
- Add functionality to GUI
- Add wysiwyg editor
- Add support for offline editing
- Add support for wordpress post creation and deltion
- Add support for layout preview
- Add support for Page creation, deletion and editing
#Improvements
- Make get_posts() an iterator
- [COMPLETE] Make BloggerInterface class into a module
- Store local databases in their own directory
- Get rid of tuple parameters in api_interface.py
- Improe GUI aesthetics