generated from mirzaev/pot
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b56662d6bb | ||
|
11282f6311 |
|
@ -1,6 +1,12 @@
|
||||||
# parser_from_interneturok
|
# parser_from_interneturok
|
||||||
Chat-robot Telegram for parsing homeworks by subject name, grade and number of the week
|
Chat-robot Telegram for parsing homeworks by subject name, grade and number of the week
|
||||||
|
|
||||||
|
## Funny story of development
|
||||||
|
The customer of this project **refused to pay** the second half of the payment for the work and wanted to steal my code.<br>
|
||||||
|
<br>
|
||||||
|
I managed to delete all the code from the server, then i changed passwords on all **40 accounts** that were planned to be used in this chat-robot.<br>
|
||||||
|
Thus **i destroyed the entire mini-business** of this customer.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
1. [PHP 8.4](https://www.php.net/releases/8.4/en.php)
|
1. [PHP 8.4](https://www.php.net/releases/8.4/en.php)
|
||||||
2. [Composer](https://getcomposer.org/) (php package manager)
|
2. [Composer](https://getcomposer.org/) (php package manager)
|
||||||
|
|
|
@ -187,8 +187,7 @@ final class interneturok extends core
|
||||||
if (!empty($accounts)) {
|
if (!empty($accounts)) {
|
||||||
// Initialized accounts
|
// Initialized accounts
|
||||||
|
|
||||||
/* if (shuffle($accounts)) { */
|
if (shuffle($accounts)) {
|
||||||
if (true) {
|
|
||||||
// Shuffled accounts
|
// Shuffled accounts
|
||||||
|
|
||||||
foreach ($accounts as $account) {
|
foreach ($accounts as $account) {
|
||||||
|
|
Loading…
Reference in New Issue