Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsnjack/simpleblogger
A blogger client written in Python and GTK+ 3
https://github.com/jsnjack/simpleblogger
blogger python
Last synced: about 1 month ago
JSON representation
A blogger client written in Python and GTK+ 3
- Host: GitHub
- URL: https://github.com/jsnjack/simpleblogger
- Owner: jsnjack
- Created: 2015-02-15T21:09:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T21:46:06.000Z (about 4 years ago)
- Last Synced: 2024-04-17T22:06:28.962Z (9 months ago)
- Topics: blogger, python
- Language: Python
- Size: 311 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simpleblogger2
=============
### What is it?
simpleblogger2 is a blogger.com client written in Python and GTK+ 3 (see [this link](http://sourceforge.net/projects/simpleblogger/) for old version)### Features list
* HTML syntax highlight
* Uploading images to the hosting service (picasa)
* Drafts
* Add tags to the post
* Code insertion and highlighting (pygments)
* Automatically adds all your blogs from Google account
* Post preview### Screenshots
![ScreenShot](https://raw.githubusercontent.com/e-shulitsky/simpleblogger/master/screenshots/simpleblogger2.png)### How to install
* Fedora, CentOS, RedHat:
Visit https://copr.fedoraproject.org/coprs/jsnjack/simpleblogger/ for instructions### Dependencies
* gobject-introspection
* pygobject3
* python-pygments
* python-keyring
* google-api-python-client### How to build RPM file
* Create rpm-tree with command:
```bash
rpmdev-setuptree
```
* Build python package with command:
```bash
python setup.py sdist
```
* Place it into SOURCE folder of rpm tree. Place simpleblogger.spec into SPEC folder of rpm tree
* Build rpm package:
```bash
rpmbuild -v -bs --clean SPECS/simpleblogger.spec
```### Development
Simpleblogger creates `.simpleblogger` folder in your home directory to store configuration.
There is an option to store configuration data in `.simpleblogger-debug` folder. To activate
it run `simpleblogger.py` with `-d` flag***
![logo](http://www.wingware.com/images/wingware-logo-107x34.png)
This application was developed with the help of the Wingware IDE (the only one IDE that supports GTK+ autocomplete)