Send tweets from your CLI
Project description
# birb
![birb](images/birb.png)
birb is a minimalist app that lets you tweet from your CLI. No timeline, no search, no mentions: only posting.
## But why?
Twitter is noisy, and even a quick post can end up being distracting with your timeline and mentions popping up.
birb is limited on purpose so you don't fall into that timesink: post now from your CLI, and deal with the rest later on.
## Usage
[![asciicast](https://asciinema.org/a/177047.png)](https://asciinema.org/a/177047)
```sh
Usage: birb.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
oops delete your most recent tweet
tweet send a tweet
```
Using the app without any command or parameter automatically triggers the `tweet` command.
You can delete your most recent tweet with `birb oops` if needed.
Be aware that this will delete your tweet regardless of where or when it has been posted.
If you want to repost right away, `birb oops --resend` will trigger the `tweet` command after deletion.
## Compatibility
birb has only been tested with Linux, and works with any version of Python3.
## Installation
Create an app on [apps.twitter.com](https://apps.twitter.com) with a name of your liking, and run `pip`:
```sh
pip install --user birb
```
When launching `birb` for the first time, you will be prompted to copy/paste the consumer keys and access tokens of the app you just created.
Those credentials will be locally stored and obfuscated in `birb_keys.py` and nowhere else.
Be aware however that this is only obfuscation: do not store that file online or share its content.
You're all set and ready to use birb!
## Todo
* tweet threads
* tweet with media files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
birb-0.1.0-py3-none-any.whl
(5.9 kB
view details)
File details
Details for the file birb-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: birb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e70f80d602915e7431b851411aca447fd708ee5913a02a88911eec06413f61a |
|
MD5 | 2a3bde117bb41619444da504aabfbfcd |
|
BLAKE2b-256 | cb9717e611495d185cabc551425a2eb3ac6451038e1fdd5b419c8b5fc94fecce |