Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidesantangelo/tuns

Twitter Unfollower Notification Service. Keep track when someone unfollow you on Twitter.
https://github.com/davidesantangelo/tuns

rails statistics twitter web-app

Last synced: 2 months ago
JSON representation

Twitter Unfollower Notification Service. Keep track when someone unfollow you on Twitter.

Awesome Lists containing this project

README

        

# TUNS
Twitter Unfollower Notification Service. With TUNS you can keep track of your twitter unfollower.
Great success on Product Hunt https://www.producthunt.com/posts/tuns.

Screenshot-2020-04-07-at-11-46-08

Screenshot-2020-04-07-at-11-41-53

## Product Hunt

#4 Product of the day with 253 votes!!

TUNS - Keep track of your unfollowers on Twitter | Product Hunt Embed

## Built With

- [Ruby on Rails](https://github.com/rails/rails) — Our back end API is a Rails app. It responds to requests RESTfully in JSON.
- [PostgreSQL](https://www.postgresql.org/) — Our main data store is in Postgres.
- [Redis](https://redis.io/) — We use Redis as a cache and for transient data.
- [Sidekiq](http://sidekiq.org) — Simple, efficient background processing for Ruby.
- [Chartjs-ror](https://github.com/airblade/chartjs-ror) — Simplifies using Chart.js in Rails.

## License
TUNS app is released under the MIT License.

## Contributing

1. Fork it ( https://github.com/[my-github-username]/tuns/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request