Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/davidesantangelo/tuns
- Owner: davidesantangelo
- License: mit
- Created: 2015-05-20T15:38:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:18:41.000Z (about 2 years ago)
- Last Synced: 2024-05-01T20:55:39.027Z (8 months ago)
- Topics: rails, statistics, twitter, web-app
- Language: Ruby
- Homepage:
- Size: 1.63 MB
- Stars: 44
- Watchers: 3
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.## Product Hunt
#4 Product of the day with 253 votes!!
## 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