Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urre/mutebot
A collection of regular expressions for Tweetbot to mute tweets in your timeline and mentions.
https://github.com/urre/mutebot
mute tweetbot twitter
Last synced: 24 days ago
JSON representation
A collection of regular expressions for Tweetbot to mute tweets in your timeline and mentions.
- Host: GitHub
- URL: https://github.com/urre/mutebot
- Owner: urre
- Created: 2016-01-10T15:26:28.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-11-10T08:51:13.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:30:24.566Z (4 months ago)
- Topics: mute, tweetbot, twitter
- Language: HTML
- Homepage: https://urre.github.io/mutebot/
- Size: 106 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Mutebot
[Mutebot](http://mutebot.info) - a collection of regular expressions for Tweetbot to mute tweets in your timeline and mentions.
Simple website made using just html, css and vanilla JavaScript. No dependaencies, no build scripts.
### Submit new filters
1. Clone repo ``git clone [email protected]:urre/mutebot.git``
2. Checkout a new local branch ex ``git checkout -b feat/newfilters``
3. Add filters in ``data/data.json``
4. Create a [pull request](https://github.com/urre/mutebot/pulls)### License
The MIT License (MIT)
Copyright (c) 2016 [Urban Sanden](http://labs.urre.me/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.## Changelog
`1.0.0` (2016-01-10) - First release.