https://github.com/narze/profile-updater
https://github.com/narze/profile-updater
active-project github-actions hacktoberfest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narze/profile-updater
- Owner: narze
- License: mit
- Created: 2021-08-31T05:18:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T15:44:17.000Z (over 2 years ago)
- Last Synced: 2025-04-17T00:18:20.839Z (about 1 year ago)
- Topics: active-project, github-actions, hacktoberfest
- Language: Ruby
- Homepage:
- Size: 42 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProfileUpdater
Updates https://github.com/narze/narze periodically
## Development
```shell
# Install dependencies
bundle install
# Prepare ENV
export GH_TOKEN=your_github_personal_token
# Dry run, without committing
ruby profile_updater.rb -N
cat output.md
# Real run, will update README.md and commit
ruby profile_updater.rb
```