Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T12:33:30.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T12:06:55.340Z (3 months 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!
[![Go Report Card](https://goreportcard.com/badge/github.com/rhymond/untweet)](https://goreportcard.com/report/github.com/rhymond/untweet)
[![GoDoc](https://godoc.org/github.com/Rhymond/untweet?status.svg)](https://godoc.org/github.com/Rhymond/untweet)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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.[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/Rhymond/go-money)