Skip to content

ahmedmansourxyz/EpicGamesWebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpicGamesWebScraper

EpicGamesWebScraper is a CLI Go app that visits Epic games store and sends information about the free weekly game via Slack.

Getting Started

Running program

  • The simplest way is to download the binary from GitHub Releases and run it (only windows).

Building from source

Requirements:

$ git clone "https://github.com/ahmedmansourxyz/EpicGamesWebScraper.git"
$ cd EpicGamesWebScraper/
$ go mod init github.com/ahmedmansourxyz/EpicGamesWebScraper
$ go mod tidy
$ go build

Executing program

  • For a UNIX Operating system:
$ ./EpicGamesWebScraper
  • For Windows:
 ./EpicGamesWebScraper.exe

Using program

Requirments:

Now you can simply execute the program, enter your webhook URL and finally specify the rate in which the slack message is sent.

Please note that the format of input for this rate should be like the following: An integer followed by the unit of time.
Examples: 12 sec, 5 d, 30 min

Screenshot of successful execution of program

ScreenShot

Author

Ahmed Mansour

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Web scraping app that retrieves Epic Games store weekly free game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages