Popularity
2.1
Stable
Activity
0.0
Stable
53
7
6

Code Quality Rank: L4
Programming language: Java
Tags: Automation    
Latest version: v1.0.0

WTFDYUM alternatives and similar software solutions

Based on the "Automation" category.
Alternatively, view WTFDYUM alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of WTFDYUM or a related project?

Add another 'Automation' Software solution

README

WTFDYUM

a.k.a. Why The Fuck Did you Unfollow me ?

Build Status Coverage Status

WTFDYUM is a small tool for twitter. Originally, it was to find out who stopped following you on Twitter, but we plan to add more features.

Demo

A demo instance is available at http://www.wtfdyu.me/. There is however a max users limitation set to 100.

For developers

3 minutes installation :

  • Clone, fork or download the source code from this Github page
  • Create a twitter application here : https://apps.twitter.com/
  • Install Maven 3
  • Edit file src/main/filters/dev.properties with your twitter app credentials
  • Start a redis development instance with mvn redis:run
  • Start the application with mvn spring-boot:run
  • Connect to the application at http://127.0.0.1:8080

Installation for production use

Download latest release from here : https://github.com/jchampemont/WTFDYUM/releases

See bundled INSTALL.md file for installation details.

Docker

A docker image is available on Docker Hub. (jchampemont/wtfdyum)

Bug reporting

If you encounter any bug or issue while using this software, feel free to report it using GitHub issues tracker. We will definitely have a look at it.

Contributing

I am happy to accept any pull request as long as it respects the following guidelines :

  • Meets some basic code quality requirements
  • Please do some basic unit testing on your code
  • Use current technology stack before introducing any new dependency
  • You accept your code to be licensed under the Apache License, Version 2.0
  • WTFDYUM should stay KISS : Keep It Simple, Stupid.

Feel free to add your name on the list of contributors below.

Contributors

  • Jean Champémont

License

Copyright 2015 Jean Champémont

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this application except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


*Note that all licence references and agreements mentioned in the WTFDYUM README section above are relevant to that project's source code only.