Giter Club home page Giter Club logo

eod's Introduction

GitHub Activity Logger

The GitHub Activity Logger is a Ruby script that fetches recent activities from a GitHub user's account and logs them to a Markdown file.

Usage

  1. Set up your GitHub personal access token and username in a .env file:

    GITHUB_USERNAME=your_github_username
    GITHUB_TOKEN=your_github_token

    Replace your_github_username and your_github_token with your actual GitHub username and personal access token. Make sure to create this .env file in the same directory as your script.

  2. Install the required gems:

    bundle install
  3. Run the script:

    ruby eod.rb
  4. The script will fetch recent activities from your GitHub account and log them to a Markdown file named eod.md.

Features

  • Logs the following GitHub activities:
    • Pull request reviews
    • Issues opened
    • Pull requests opened
    • Commits pushed to repositories
  • Organizes activities by repository and branch

Dependencies

  • net/http: Used for making HTTP requests to the GitHub API.
  • json: Used for parsing JSON responses from the GitHub API.
  • time: Used for handling time-related operations.

Contributing

If you encounter any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

eod's People

Contributors

bodhish avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.