Skip to content

ballerina-platform/module-ballerinax-twitter

Repository files navigation

Ballerina Twitter Connector

Build codecov Trivy GitHub Last Commit GraalVM Check License

Twitter is a social networking service on which users can post and communicate with a status called "Tweets". Authenticated users can post, like, and retweet tweets. The main goal of Twitter is to connect people and to provide a platform for every person to express their thoughts to a large set of people freely.

This connector provides operations for connecting and interacting with Twitter endpoints over the network. For more information about configuration and operations, go to the module(s).

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 17. You can install either OpenJDK or Oracle JDK.

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  2. Download and install Ballerina Swan Lake.

Building the source

Execute the following commands to build from the source.

  • To build the package:
    bal pack ./twitter
    
  • To run the package after build:
    bal test ./twitter
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see the Contribution Guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links