https://github.com/rhymond/untweet
Monitor who unfollowed you on twitter!
https://github.com/rhymond/untweet
example golang twitter twitter-bot twitter-unfollower
Last synced: 12 months ago
JSON representation
Monitor who unfollowed you on twitter!
- Host: GitHub
- URL: https://github.com/rhymond/untweet
- Owner: Rhymond
- License: mit
- Created: 2018-02-09T13:55:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T12:33:30.000Z (about 8 years ago)
- Last Synced: 2025-02-09T07:24:56.072Z (about 1 year ago)
- Topics: example, golang, twitter, twitter-bot, twitter-unfollower
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Untweet
Get Direct Message who unfollowed you!
[](https://goreportcard.com/report/github.com/rhymond/untweet)
[](https://godoc.org/github.com/Rhymond/untweet)
[](https://opensource.org/licenses/MIT)
# Install
- Create an app on [Twitter Developer](developer.twitter.com)]
- ```go get -u github.com/Rhymond/untweet```
- ```cd $GOPATH\src\github.com\rhymond\untweet```
- ```dep init```
- Copy ```.env.example``` to ```.env``` and drop in API keys/tokens
- ```go install``` and run ```untweet``` (make sure your $GOPATH/bin is in PATH)
Contributing
-
Thank you for considering contributing!
Please use GitHub issues and Pull Requests for Contributing.
License
-
The MIT License (MIT). Please see License File for more information.
[](https://github.com/Rhymond/go-money)