Tweetometer is an app to see who is tweeting in your Twitter timeline. It often happens to me that I check my timeline and I see a few hundreds tweets in just a few hours and I wonder "Who is spamming my timeline?".
This project uses CocoaPods to manage the dependencies. If you want to run the project, you first need to install the pods by doing pod install
.
A few API keys are also required and you can add your own Fabric and Instabug keys by using cocoapods keys. First install it by doing gem install cocoapods-keys
and then add your keys and like this:
$ pod keys set FABRIC_API_KEY YOUR_API_KEY $ pod keys set FABRIC_BUILD_SECRET YOUR_BUILD_SECRET $ pod keys set INSTABUG_API_KEY YOUR_API_KEY
You're welcome to improve and add new features to the app! Check the backlog.
I'm Patrick Balestra, @BalestraPatrick on Twitter.