TwitterAPI

Members

Functions

appRateLimitStatus
Json appRateLimitStatus()

see https://developer.twitter.com/en/docs/developer-utilities/rate-limit-status/api-reference/get-application-rate_limit_status

followers
FollowersList followers(string screen_name, long cursor, bool skip_status, bool include_user_entities)
friendsIds
IdsList friendsIds(string screen_name, long cursor)

see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friends-ids

friendshipsCreate
TwitterUser friendshipsCreate(ulong user_id)

see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-create

friendshipsDestroy
TwitterUser friendshipsDestroy(ulong user_id)

see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-destroy

searchTweets
SearchResult searchTweets(string q, string lang, int count)

see https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html

status
Status status(string status)
statusShow
Status statusShow(long id)

Meta