neel04 / google_foobar_invite_maker

Simple program to get A LOT OF invites to https://foobar.withgoogle.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google_foobar_invite_maker

UPD: seems that Google's doing some kind repairs on foobar.withgoogle.com and this program doesn't work so far

UPD2: foobar itself started to work, but invites miner still doesn't work, maybe they've changed magic phrases to get an invitation

Want to participate in Google's foobar challenge but don't have an invite? You're in the right place! This program provides about 20 invites per minute without proxies(can be more, but risky to get captcha)

How to run?

  • Clone this repository

git clone https://github.com/DevAlone/google_foobar_invite_maker.git

  • go to repo directory

cd google_foobar_invite_maker

  • create virtual environment

python3 -m venv env

  • activate it

source env/bin/activate

  • install dependencies

pip3 install -r requirements.txt

  • run

python3 main.py >> invites

  • Enjoy!

Errors are shown on the screen, you can redirect them like this:

python3 main.py 2> errors >> invites

Example of invites(some of them may be working, try them): https://pastebin.com/raw/hG86vmpD

About

Simple program to get A LOT OF invites to https://foobar.withgoogle.com/


Languages

Language:Python 100.0%