https://github.com/tradziej/wykop-rss
⛏ RSS feeds for some wykop.pl endpoints (with direct source links!)
https://github.com/tradziej/wykop-rss
docker go golang now-sh rss wykop
Last synced: 6 months ago
JSON representation
⛏ RSS feeds for some wykop.pl endpoints (with direct source links!)
- Host: GitHub
- URL: https://github.com/tradziej/wykop-rss
- Owner: tradziej
- Created: 2018-09-18T20:49:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T09:02:29.000Z (over 3 years ago)
- Last Synced: 2024-06-20T12:37:16.850Z (about 2 years ago)
- Topics: docker, go, golang, now-sh, rss, wykop
- Language: Go
- Homepage: https://wykop-rss.fly.dev/
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
Fresh could you help with hot reloading on development.
```
go get -u github.com/pilu/fresh
```
Project uses `go mod` for dependency management (available from `go 1.11`).
```
go get
```
```
fresh
```
### Environment variables
Please create a `.env` file with your credentials.
```
WYKOP_APP_KEY=
APP_URL=
```
## Docker
```
docker build -t wykop-rss .
```
```
docker run -d -p 9001:9001 --env-file ./.env wykop-rss
```
## Deployment (deprecated)
Warning: Docker deployment on [zeit.co/now](zeit.co/now/) is depreciated for new users.
```
npm i -g now
```
```
now --public -e WYKOP_APP_KEY=xxx -e APP_URL=yyy
```
```
now alias https://wykop-rss-xyz.now.sh abc-wykop-rss
```