https://github.com/dkhamsing/update_profile_pic
:bust_in_silhouette: Update your Twitter profile pic in a snap
https://github.com/dkhamsing/update_profile_pic
Last synced: about 1 year ago
JSON representation
:bust_in_silhouette: Update your Twitter profile pic in a snap
- Host: GitHub
- URL: https://github.com/dkhamsing/update_profile_pic
- Owner: dkhamsing
- License: mit
- Created: 2016-03-05T22:48:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T19:16:16.000Z (about 10 years ago)
- Last Synced: 2025-03-29T15:35:07.200Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# update_profile_pic
Update your profile pic in a snap :sparkles:
[](https://circleci.com/gh/dkhamsing/update_profile_pic)
## Setup
```shell
$ git clone https://github.com/dkhamsing/update_profile_pic.git
$ cd update_profile_pic/
$ rake install
```
### Configure
```shell
$ update_profile_pic --create-config
open this url in your browser (sign in and authorize): https://api.twitter.com/oauth/authorize?oauth_token=...
enter pin: ...
wrote config.yaml ✨
```
## Usage
`update_profile_pic --config `
```shell
$ update_profile_pic image.png --config config.yml
updating profile pic with image.png...
updating @dkhamsing...
profile pic updated ✨
```
## Contact
- [github.com/dkhamsing](https://github.com/dkhamsing)
- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)
## License
This project is available under the MIT license. See the [LICENSE](LICENSE) file for more info.