https://github.com/alexseitsinger/birdhouse-toolbox
Command line tools automate various online marketing processes
https://github.com/alexseitsinger/birdhouse-toolbox
cli google-analytics pdf wordpress
Last synced: 4 months ago
JSON representation
Command line tools automate various online marketing processes
- Host: GitHub
- URL: https://github.com/alexseitsinger/birdhouse-toolbox
- Owner: alexseitsinger
- License: bsd-2-clause
- Created: 2019-05-13T00:51:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T06:07:58.000Z (almost 7 years ago)
- Last Synced: 2025-06-15T19:12:20.427Z (about 1 year ago)
- Topics: cli, google-analytics, pdf, wordpress
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Birdhouse Toolbox
## Description
Command line tools to automate various processes.
## Installation
```
pipx install birdhouse-toolbox
```
or
```
pipenv install birdhouse-toolbox
```
or
```
pip install birdhouse-toolbox
```
## Usage
#### Wordpress
* **create-post**
Adds a new post using the title and body provided, by duplicating the last published post.
```
bht --url wp create --title --content --slug --slug --category --category
```
* **authenticate**
Authenticates the username and password with the website, saves the credentials, and a JSON web token for future use. Will re-use saved credentials if none are provided.
```
bht --url wp auth --username --password
```