This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
MR & JP | |
ver. 1.3.0 | |
16:15 14.01.2017 (w razie jakby coś się zmieniło jeszcze) | |
*/ | |
#ifndef IPCCHAT_IPCCHAT_H | |
#define IPCCHAT_IPCCHAT_H | |
// maksymalna liczba użytkowników |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "json" | |
require "mechanize" | |
def results | |
agent = Mechanize.new | |
credentials = { | |
pesel: ENV['PESEL'], | |
password: ENV['CKE_PASSWORD'] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import re | |
import pyduo | |
give = 15 | |
mock = False | |
duo = pyduo.Duolingo() | |
duo.login("username", "password") |
NewerOlder