twurl
OAuth-enabled curl for the Twitter API
File Explorer
Download Latest Version (.zip)- devcontainer.json
- docker-compose.yml
- Dockerfile
- bug_report.md
- config.yml
- feature_request.md
- ci.yml
- cla.yml
- PULL_REQUEST_TEMPLATE.md
- twurl
- abstract_command_controller.rb
- account_information_controller.rb
- aliases_controller.rb
- app_only_oauth_client.rb
- app_only_token_information_controller.rb
- authorization_controller.rb
- cli.rb
- configuration_controller.rb
- oauth_client.rb
- rcfile.rb
- request_controller.rb
- version.rb
- twurl.rb
- account_information_controller_test.rb
- alias_controller_test.rb
- app_only_oauth_client_test.rb
- authorization_controller_test.rb
- cli_options_test.rb
- cli_test.rb
- configuration_controller_test.rb
- oauth_client_test.rb
- rcfile_test.rb
- request_controller_test.rb
- test_helper.rb
- .gitignore
- _config.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- Gemfile
- INSTALL.md
- LICENSE
- Rakefile
- README.md
- twurl.gemspec
๐ Installation Guide
1. Get the code
git clone https://github.com/twitter/twurl
Downloads the entire project code from GitHub to your computer.
cd twurl
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Ruby Ruby is required to use gem.
gem install twurl
Installs the package published on RubyGems directly.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
