restanrm / listFollowers

List followers on twitter. Find if a user has unfollow you. Use NotifyMyAndroid to send you informations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

You need to have a registered application for twitter, in order to have a API key and a secret. Register your application to apps.twitter.com.

Optionnally you can have an notifyMyAndroid key also to have notifications on your phone.

In order to set the parameters for the application, use the following environment variables

  • TWITTER_KEY
  • TWITTER_SECRET
  • TWITTER_USERNAME
  • NOTIFY_MY_ANDROID_KEY

Example

A example of docker command to run:

docker run --rm -it -e TWITTER_KEY=aaaaaaa \
	-e TWITTER_SECRET=bbbbbbbbb \
	-e TWITTER_USERNAME=toto \
	-e NOTIFY_MY_ANDROID_KEY=ccccccc \
	restanrm/listFollowers

About

List followers on twitter. Find if a user has unfollow you. Use NotifyMyAndroid to send you informations


Languages

Language:Go 99.1%Language:Makefile 0.9%