An open API service indexing awesome lists of open source software.

https://github.com/sebagomez/twitterlib

TwitterLib is a wrapper for Twitter's rest API
https://github.com/sebagomez/twitterlib

csharp dotnet hacktoberfest twitter twitter-api

Last synced: 2 months ago
JSON representation

TwitterLib is a wrapper for Twitter's rest API

Awesome Lists containing this project

README

        

[![.NET](https://github.com/sebagomez/twitterlib/actions/workflows/dotnet.yaml/badge.svg?branch=master)](https://github.com/sebagomez/twitterlib/actions/workflows/dotnet.yaml)
[![NuGet Downloads](https://img.shields.io/nuget/dt/Sebagomez.TwitterLib.svg?label=NuGet%20downloads)](https://www.nuget.org/packages/Sebagomez.TwitterLib/)

![](./src/TwitterLib.png?raw=true)

[Just for Fun. No, Really.](https://justforfunnoreally.dev/)

# twitterlib
TwitterLib is a simple yet powerfull .NET wrapper for the twitter API. It was originally created for [shelltwit](https://github.com/sebagomez/shelltwit) but now you can get it for your own twitter client via [NuGet](https://www.nuget.org/packages/Sebagomez.TwitterLib/).

## Implemented Twitter APIs

- [Status Update](https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-statuses-update)
- [Media upload](https://developer.twitter.com/en/docs/media/upload-media/api-reference/post-media-upload)
- [Status Mentions](https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-mentions_timeline)
- [Status Home Timeline](https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-home_timeline)
- [Status User Timeline](https://developer.twitter.com/en/docs/tweets/timelines/api-reference/get-statuses-user_timeline)
- [Search](https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html)
- [Favorites List](https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-favorites-list)
- [Streaming statuses](https://developer.twitter.com/en/docs/tweets/filter-realtime/api-reference/post-statuses-filter.html)
- [Streaming user](https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters)
- [Account Activity](https://developer.twitter.com/en/docs/twitter-api/enterprise/account-activity-api/overview)
- [Direct Messages](https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/overview)
- [Friendship (follow)](https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/overview)