GithubReleasesScraper is a script to get the releases of a Github project in a markdown formatted file. GithubReleasesScraper is written and tested in Python 3.
- Adjust the
projects
section in the GithubReleasesScraper.py file. - Install the requirements using
pip3 install -r requirements.txt
,install.sh
orinstall.bat
. - Run the project using
python GithubReleasesScraper.py
,run.sh
orrun.bat
.
The result looks like this:
# Projects
|Project name|Tag|Tag-Url|Published at|
|-|-|-|-|
OutlookCaldavSynchronizer|3.6.1|[OutlookCaldavSynchronizer](https://github.com/aluxnimm/outlookcaldavsynchronizer/releases/tag/v3.6.1)|23.04.2019|
AspNetCore|v2.2.4|[AspNetCore](https://github.com/aspnet/AspNetCore/releases/tag/v2.2.4)|09.04.2019|
Check the result.md file, too.
See the Changelog.