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
- Host: GitHub
- URL: https://github.com/devisle/tweet-release
- Owner: devisle
- Created: 2021-06-18T09:16:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T13:33:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T20:43:47.059Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```