Check out the best tweets on your Twitter Home Timeline!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is a small demo project I've built to learn a bit about Blazor and try it out. It's a simple website that, at the moment, shows the tweets in my Home timeline and allows the user to filter the tweets by language of the tweet and by tag.
The tweets are retrieved from the Twitter API through the use of LinqToTwitter (a LINQ provider for the Twitter micro-bloggin service). Normally, I don't have much time to spend on Twitter so I wanted a quick way to see what the best tweets in my Timeline are (meaning the most reacted to tweets from those I'm following.) The Tweets a user can see at a time are limited by the Twitter API.
A list of commonly used resources that I find helpful are listed in the acknowledgements.
These are the main frameworks and tools I've used to build this project:
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Raúl Marín - @raulmarindev - email@raulmarin.dev
Project Link: https://github.com/raulmarindev/PioPioBlazor