Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).