All Projects → novoselrok → rsoccerlive

novoselrok / rsoccerlive

Licence: MIT License
Live highlight updates from the https://reddit.com/r/soccer subreddit.

Programming Languages

go
31211 projects - #10 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to rsoccerlive

Comet
Holochain powered distributed reddit application
Stars: ✭ 38 (+171.43%)
Mutual labels:  reddit
Multithreaded-Reddit-Image-Downloader
Does exactly what it says on the tin.
Stars: ✭ 38 (+171.43%)
Mutual labels:  reddit
holo
Episode discussion bot for /r/anime.
Stars: ✭ 84 (+500%)
Mutual labels:  reddit
safe-search
Sets the built-in adult content filter (most often: safe search) on Google, YouTube, Bing, Yahoo, DuckDuckGo, Startpage, Dogpile, Yandex, Vimeo, Reddit, Ecosia, Dailymotion, Qwant, and Patreon.
Stars: ✭ 16 (+14.29%)
Mutual labels:  reddit
angular-footballdata-api-factory
AngularJS Factory for the football-data.org JSON REST API
Stars: ✭ 48 (+242.86%)
Mutual labels:  soccer
alfred-ask-create-share
Alfred workflow for creating web submissions (Stack Exchange, Forums and more)
Stars: ✭ 30 (+114.29%)
Mutual labels:  reddit
fotmob
⚽ A wrapper around the unofficial FotMob API
Stars: ✭ 22 (+57.14%)
Mutual labels:  soccer
Glance
Another client for Reddit, but this time, it's not just a client. It's a different way of browsing photos, GIFs, memes and other things there!
Stars: ✭ 104 (+642.86%)
Mutual labels:  reddit
sneakpeek
Reddit bot to preview and post hyperlinks as comments
Stars: ✭ 60 (+328.57%)
Mutual labels:  reddit
RepostCheckerBot
Bot for checking reposts on reddit
Stars: ✭ 36 (+157.14%)
Mutual labels:  reddit
reddit-hot-recorder
Records the activity (comments and karma) on the hot page of a Reddit sub and prepare an animated data visualisation.
Stars: ✭ 89 (+535.71%)
Mutual labels:  reddit
world-cup-scoreboards
⚽🏆 A Node.js CLI to show FIFA World Cup 2018 results in real time.
Stars: ✭ 16 (+14.29%)
Mutual labels:  soccer
international results
www.kaggle.com/martj42/international-football-results-from-1872-to-2017
Stars: ✭ 25 (+78.57%)
Mutual labels:  soccer
schmeckle bot
Reddit Bot for converting Rick & Morty Schmeckles to USD
Stars: ✭ 24 (+71.43%)
Mutual labels:  reddit
ScreencapToTextBot
Reddit bot that takes the screencap of a conversation and converts it in reddit formatted text
Stars: ✭ 12 (-14.29%)
Mutual labels:  reddit
ggshakeR
An analysis and visualization R package that works with publicly available soccer data
Stars: ✭ 69 (+392.86%)
Mutual labels:  soccer
RedditDownloaderBot
A reddit downloader telegram bot
Stars: ✭ 32 (+128.57%)
Mutual labels:  reddit
Reddit2YouTube
Convert reddit posts to YT videos
Stars: ✭ 17 (+21.43%)
Mutual labels:  reddit
subreddit-css
used for /r/web_design and /r/graphic_design
Stars: ✭ 44 (+214.29%)
Mutual labels:  reddit
Plebeian
A simple client for Reddit created using the Flutter framework
Stars: ✭ 38 (+171.43%)
Mutual labels:  reddit

r/soccer.live

Live highlight updates from the https://reddit.com/r/soccer subreddit. For each higlight it also fetches any possible mirrors in the comments.

It uses Go for the backend API, Vue for the frontend, and WebSockets to make it live.

Development

  • Prerequsites

  • Populate .env and client/.env

    • Necessary keys are listed in .env.sample and client/.env.sample
  • Create a database and save the url into POSTGRESQL_URL

  • Run migrations: migrate -database ${POSTGRESQL_URL} -path src/migrations up

  • Build the images: docker-compose build

  • Run the client and api services: docker-compose up -d

  • Watch the logs: docker-compose logs -f

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].