All Projects → dlion → Go Odbye

dlion / Go Odbye

Licence: mit
Goodbye unfollowers!

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Go Odbye

Broid Kit
Bot framework powered by Broid
Stars: ✭ 58 (-17.14%)
Mutual labels:  twitter
Flutter twitter clone
Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage
Stars: ✭ 1,123 (+1504.29%)
Mutual labels:  twitter
Autohook
Automatically setup and serve webhooks for the Twitter Account Activity API
Stars: ✭ 67 (-4.29%)
Mutual labels:  twitter
Twitter Bookmarks Search
WebExtension that adds ability search all your bookmarked tweets!
Stars: ✭ 59 (-15.71%)
Mutual labels:  twitter
Peony Twitter
An asynchronous Twitter API client for Python 3.5+
Stars: ✭ 62 (-11.43%)
Mutual labels:  twitter
Share Selected Text
share selected text on twitter, buffer, and some others. Inspired by medium.com
Stars: ✭ 64 (-8.57%)
Mutual labels:  twitter
Anaconda
A Go client library for the Twitter 1.1 API
Stars: ✭ 1,077 (+1438.57%)
Mutual labels:  twitter
Twitter Webhook Boilerplate Node
A simple Node.js app using Express 4 for Twitter DMs and webhooks.
Stars: ✭ 69 (-1.43%)
Mutual labels:  twitter
Gbf Raiders
A Raid Finder For Grand Blue Fantasy
Stars: ✭ 63 (-10%)
Mutual labels:  twitter
Persian Twitter
A WebExtension which improves Twitter & TweetDeck user experience for Persian users
Stars: ✭ 66 (-5.71%)
Mutual labels:  twitter
Anatine
[DEPRECATED] 🐦 Pristine Twitter app
Stars: ✭ 1,102 (+1474.29%)
Mutual labels:  twitter
Twoot
An open source light-weight OS X twitter client based on jQuery and Fluid (deprecated!)
Stars: ✭ 61 (-12.86%)
Mutual labels:  twitter
W2v
Word2Vec models with Twitter data using Spark. Blog:
Stars: ✭ 64 (-8.57%)
Mutual labels:  twitter
Twitter.jl
Julia package to access Twitter API
Stars: ✭ 58 (-17.14%)
Mutual labels:  twitter
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+1548.57%)
Mutual labels:  twitter
Russia It Podcast
Список русскоязычных подкастов на тему информационных технологий
Stars: ✭ 1,095 (+1464.29%)
Mutual labels:  twitter
Likelo
Twitter auto like bot, Under Development👷, Pre Alpha
Stars: ✭ 64 (-8.57%)
Mutual labels:  twitter
Bash2mp4
Video Downloader for Termux .
Stars: ✭ 68 (-2.86%)
Mutual labels:  twitter
21 Recipes
📕 An R/rtweet edition of Matthew A. Russell's Python Twitter Recipes Book
Stars: ✭ 69 (-1.43%)
Mutual labels:  twitter
Devtwitter
Bringing dev.to headlines to your Twitter browsing experience.
Stars: ✭ 66 (-5.71%)
Mutual labels:  twitter

go-odbye

Goodbye unfollowers!

A simple tool to check who [un]follow you on twitter.

Dependencies

To use this tool you need to resolve some dependencies like go-twitter, oauth1, color and go-sqlite3, to do this enter on the directory cd $GOPATH/src/go-odbye and type go get.

If you run into trouble, this is commonly an error pertaining to int() or int64(), you should update your go dependancies with go get -u.

Building

In the folder $GOPATH/src/go-odbye you need to run go build to compile the binary go-odbye.

Usage

./go-odbye -nick <yournick>

Example

./go-odbye -nick dlion92

screenshot

Option

-nick <nick> Which user you want to track
-url <true|false> If you want to see complete url

Config

To use this tool you need to add your consumer and token key/secret in a json config file on your $HOME dir called .goodbye.json, here the structure:

{
  "consumerKey": "<CONSUMER KEY>",
  "consumerSecret": "<CONSUMER SECRET>",
  "accessToken": "<ACCESS TOKEN>",
  "accessSecret": "<ACCESS SECRET>"
}

You can also optionally set your default nick in the config file

{
  "nick": "<yournick>",
  // …
}

Consumer/Token

You can obtain your consumer/token creating a new twitter application, see https://apps.twitter.com/ to more info.

Author

Domenico Luciani aka DLion https://domenicoluciani.com

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].