Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stwalkerster/zerostwitterclient
Twitter client with moderation capabilities
https://github.com/stwalkerster/zerostwitterclient
Last synced: 1 day ago
JSON representation
Twitter client with moderation capabilities
- Host: GitHub
- URL: https://github.com/stwalkerster/zerostwitterclient
- Owner: stwalkerster
- Created: 2012-05-21T18:47:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T03:18:50.000Z (over 10 years ago)
- Last Synced: 2023-03-11T23:47:30.998Z (over 1 year ago)
- Language: C#
- Size: 973 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Twitter Client for Zero @ HW Student Union
=====================This is a twitter client designed for (moderated) display of tweets in a tweet wall idea.
Use is simple - drag the display form window to the screen you wish to project on to, then hit display fullscreen on the moderation form. Find tweets, hit "grab tweets" or enable auto-update, and approve or deline the tweets on the left, delete or re-show shown tweets from the right.
(note true moderation cannot happen - tweets will all be on twitter, it's more a selection of what you want to display on the screen. We use it to hide the really nasty stuff.)
Licence (MIT)
=====Copyright (c) 2012 Simon Walker
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.