An open API service indexing awesome lists of open source software.

https://github.com/devisle/tweet-release

Tweets new release for advanced-react-cli package
https://github.com/devisle/tweet-release

Last synced: 2 months ago
JSON representation

Tweets new release for advanced-react-cli package

Awesome Lists containing this project

README

          

# Tweet-Release

Posts a new tweet when [advanced-react-cli](https://github.com/devisle/advanced-react-cli) has a new version release.

Code works fine for one package, but needs to be rewritten when using multiple packages. Not finished by any means.

### Build:

Clone repository:

```
git clone https://github.com/devisle/tweet-release.git
```

Install requirements:

```
pip install -r requirements.txt
```

`OAuth`:

Add your keys and tokens in `config.py` file following `config.example.py` format after you have set-up in [developer.twitter.com](https://develper.twitter.com).

Run:

```
python tweet.py
```