-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,551 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: post | ||
author: Michal Dyzma | ||
title: Jak napisać bota Twittera z panelem administracyjnym - projekt igła | ||
date: 2017-12-14 18:40:08 | ||
comments: true | ||
mathjax: false | ||
categories: python Flask Twitter, Bot | ||
keywords: python, Flask, Twitter, Bot | ||
--- | ||
|
||
Dzisiaj przedstawię jak wygląda pisanie komercyjnego softu. Pełne TDD/BDD do tego Flask i Twitter. Przedmitem wpisu będzie bot automtyzujący różne żmudne czynności w serwisie Twitter. Może masz dziewczynę, która uwiebia, kiedy lajkujesz jej posty posty. Albo jesteś szefem zatroskanym o wizerunek firmy i chciałbyś nieco "podkręcić wyniki". Jesteś w dobrym miejscu. | ||
|
||
|
||
|
||
## Wtstęp | ||
|
||
Budowa będzie miała pięć etapów: | ||
|
||
1. Dokumentacja (SDD) | ||
2. Konfiguracja środowiska deweloperskiego i produkyjnego | ||
3. Kodzenie rozwiązań w TDD/BDD | ||
4. Wypuszczenie na produkcję | ||
|
||
## Specyfikacja, SDD | ||
|
||
Co będzie robił Tweebot? |
File renamed without changes.
This file contains 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
Oops, something went wrong.