Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Ada-C13
/
slack-cli
Public
forked from
AdaGold/slack-cli
Notifications
You must be signed in to change notification settings
Fork
50
Star
0
Code
Pull requests
45
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Time - Mair H
- #40
#40
Open
mheshmati-tech
wants to merge 15 commits into
Ada-C13:master
Ada-C13/slack-cli:master
from
mheshmati-tech:master
mheshmati-tech/slack-cli:master
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
Time - Mair H
#40
mheshmati-tech
wants to merge 15 commits into
Ada-C13:master
Ada-C13/slack-cli:master
from
mheshmati-tech:master
mheshmati-tech/slack-cli:master
Copy head branch name to clipboard
Commits
Commits on Mar 11, 2020
set up the test_helper with all the required files and hide authentication_token
mheshmati-tech
committed
6499807
View commit details
Copy full SHA for 6499807
Browse repository at this point
created User and Channel class- they will use Recipient to inherint the API to access data and return a list of all user and channel lists respectively
mheshmati-tech
committed
b7de36a
View commit details
Copy full SHA for b7de36a
Browse repository at this point
created workspace class that is composed of user and channel class and is intended to interact with slack.rb- it's attributes include list of all users and all channels
mheshmati-tech
committed
93d205e
View commit details
Copy full SHA for 93d205e
Browse repository at this point
finished wave 1 of project- user can choose from three options <list channels\nlist users\nquit>- this class is responsible for interacting with the user
mheshmati-tech
committed
cdae88e
View commit details
Copy full SHA for cdae88e
Browse repository at this point
set up test files for Recipient, User, Channel, and Workspace class
mheshmati-tech
committed
ebe5005
View commit details
Copy full SHA for ebe5005
Browse repository at this point
Commits on Mar 12, 2020
wrote test for Channel to ensure .get and list_all work as expected
mheshmati-tech
committed
1feee43
View commit details
Copy full SHA for 1feee43
Browse repository at this point
implemented method to see details on user/channel
mheshmati-tech
committed
aa0b539
View commit details
Copy full SHA for aa0b539
Browse repository at this point
implement method to find user and/or channel given their id or name- called on send_message so user can send a message
mheshmati-tech
committed
f1deedf
View commit details
Copy full SHA for f1deedf
Browse repository at this point
implemented method using HTTParty to post message on slack
mheshmati-tech
committed
8b73dcb
View commit details
Copy full SHA for 8b73dcb
Browse repository at this point
added select user/channel/details and send message to the options of command for the user- finishes wave 3, still needs refactoring------
mheshmati-tech
committed
b5cb7ed
View commit details
Copy full SHA for b5cb7ed
Browse repository at this point
added cassettes from tests written for channel- only test written so far- haven't been tested for sending messages or details
mheshmati-tech
committed
b95d7c6
View commit details
Copy full SHA for b95d7c6
Browse repository at this point
Commits on Mar 13, 2020
done with wave 3- refactored, no tests written yet
mheshmati-tech
committed
2cf0de8
View commit details
Copy full SHA for 2cf0de8
Browse repository at this point
wrote tests for User and made minor modification to Channel tests
mheshmati-tech
committed
116a41d
View commit details
Copy full SHA for 116a41d
Browse repository at this point
Commits on Mar 14, 2020
wrote tests for all methods in workspace except for text_me which functions as a message sender
mheshmati-tech
committed
0f24f90
View commit details
Copy full SHA for 0f24f90
Browse repository at this point
Commits on Mar 16, 2020
finishes writing tests for Workspace
mheshmati-tech
committed
5d9f8ad
View commit details
Copy full SHA for 5d9f8ad
Browse repository at this point
You can’t perform that action at this time.