# Functions
NewTwitterAPI returns the settings of the Twitter API.
# Constants
MaxTweetsPerRequest is the maximum amount of tweets you can retrieve from the API in one request.
# Structs
Tweet contains the struct to unmarshal twitters API responses.
TwitterAPI contains all required items to communicate with the API.
TwitterError is the struct of the error API responses.