Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nacyot/slack_invitation
Slack invitation automation by using selenium.
https://github.com/nacyot/slack_invitation
Last synced: 1 day ago
JSON representation
Slack invitation automation by using selenium.
- Host: GitHub
- URL: https://github.com/nacyot/slack_invitation
- Owner: nacyot
- License: mit
- Created: 2015-02-18T00:20:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T10:29:46.000Z (over 9 years ago)
- Last Synced: 2024-10-12T23:38:17.997Z (about 1 month ago)
- Language: Ruby
- Homepage: http://slack-invitation.nacyot.com
- Size: 133 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Slack Invitation
[![Gem Version](https://badge.fury.io/rb/slack_invitation.svg)](http://badge.fury.io/rb/slack_invitation)
Slack invitation automation by using selenium. **Now, it only support firefox driver**.
## Installation
```
gem install
```## Usage
```
invitator = SlackInvitation::Invitator.instance
invitator.config(, , )# Invite method returns true or false
invitator.invite('[email protected]')
invitator.quit
```## Contributor
* Daekwon Kim(nacyot)
## LICENSE
The MIT License (MIT)
Copyright (c) 2015 Daekwon Kim
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.