Chimoney / chimoney-community-projects

Repo for Community Contributors
http://api.chimoney.io/
MIT License
130 stars 172 forks source link

Develop a GitHub integration for GitHub Sponsors to sponsor Open source projects #101

Open phyleria opened 1 year ago

phyleria commented 1 year ago

Develop a GitHub integration that enables open-source projects on GitHub to receive donations via Chimoney, supporting the sustainability of the projects.

Idea Flow

Additional Info: Check out this issue for more ideas on how to implement this

sushilpandeyy commented 1 year ago

@phyleria Please assign me this issue i would like to work on this issue

phyleria commented 1 year ago

Sure, go ahead

Ayo-Awe commented 1 year ago

@phyleria can I work on this

sushilpandeyy commented 1 year ago

Please, could you assign this issue to @Ayo-Awe as I am currently unable to contribute.

phyleria commented 1 year ago

Sure 👍🏾

Ayo-Awe commented 1 year ago

@phyleria @uchibeke I've done some research and here's the workflow I have:

Will this do?

uchibeke commented 1 year ago

@phyleria @uchibeke I've done some research and here's the workflow I have:

  • Accept email/username and amount as input
  • Resolve username into an email
  • Retrieve API key from environment variable
  • Initiate chimoney payout with email and amount
  • Output payment link and possibly the redeem link

Will this do?

This will do.

Questions/Considerations:

Ayo-Awe commented 1 year ago

Thank @uchibeke, I'll drop a PR soon