Streaming twitter hashtag to browser
Explore the docs Β»
View Demo
Β·
Report Bug
Β·
Request Feature
Table of Contents
Simple website project that allows convention hosts to interact with their audiences by streaming tweets with given hashtag to screen.
For starting this application follow these steps
First verify that you have installed .Net by running the following command
$ dotnet --version
If output is in format 6.0.xxx
then you have the correct version, if command results in error or you have outdated version of .net framework then follow installation steps mentioned here.
- Get a Twitter API keys at https://developer.twitter.com/
- Clone the repo
git clone https://github.com/karafra/twitter-stream.git
- Install dependencies
dotnet restore
- Enter your API keys into twitter section of configuration file
twitter: apiKey: YOUR_API_KEY apiSecret: YOUR_API_SECRET bearerToken: YOUR_BEARER_TOKEN hashtag: "#ukraine"
Running this application is as simple as opening web browser. Literally ... π
For more examples, please refer to the Documentation
- Add Tests
- Connect to codecov
- Add CI
- Add Websocket communication between client and server
- Frontend javascript to receive messages
- Backend to send tweets
- Improve UI
- Add styles
- Add effects when new tweet appears
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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 Apache2.0. See LICENSE for more information.
Karafro - @karafro - dariusKralovic@protonmail.com.com
Project Link: https://github.com/karafra/twitter-stream