https://github.com/supersonichub1/freeepicgamescalendar
Always know when there's a new deal at the store.
https://github.com/supersonichub1/freeepicgamescalendar
epic-games free-games free-games-notifier icalendar
Last synced: 3 months ago
JSON representation
Always know when there's a new deal at the store.
- Host: GitHub
- URL: https://github.com/supersonichub1/freeepicgamescalendar
- Owner: SuperSonicHub1
- License: unlicense
- Created: 2021-11-12T00:22:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-12T00:22:38.000Z (over 3 years ago)
- Last Synced: 2025-01-21T15:38:15.542Z (4 months ago)
- Topics: epic-games, free-games, free-games-notifier, icalendar
- Language: Python
- Homepage: https://FreeEpicGamesCalendar.supersonichub1.repl.co
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Free Epic Games Calendar
> Always know when there's a new deal at the store.## Install
```bash
poetry install
# For the lazy...
python3 main.py
# For the more upstanding
gunicorn 'free_epic_games:create_app()'
```