Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikpelli/mctazze
C# program that add random coffee receipt codes to McDonald's fidelity cups account
https://github.com/erikpelli/mctazze
coupon-code-generator coupons mcdonalds
Last synced: 2 days ago
JSON representation
C# program that add random coffee receipt codes to McDonald's fidelity cups account
- Host: GitHub
- URL: https://github.com/erikpelli/mctazze
- Owner: ErikPelli
- License: apache-2.0
- Created: 2020-04-06T07:30:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T19:08:36.000Z (over 4 years ago)
- Last Synced: 2023-03-11T04:25:13.436Z (almost 2 years ago)
- Topics: coupon-code-generator, coupons, mcdonalds
- Language: C#
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# McTazze
McTazze is a C# program that generates random McDonalds coffee promocode and add them to a list of registered account (passing emails and cookie parameters).I found online a code for the coupon generator in Python and I translated it to C#.
McDonalds added a Google Captcha in coupon insert after 1 month, so this program is for educational purposes only, that's why I decided to release his full code today.
The list of restaurants in Location.cs it was obtained thanks to [my other project McCafe-Locations](https://github.com/ErikPelli/McCafe-Locations).