File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ install:
1010 - pip3 install -r requirements.txt
1111 - cd tests
1212script :
13- - python3 test_getemails.py
14- - python3 test_getweblinks.py
15- - python3 test_savetofile.py
13+ - pytest
1614notifications :
1715 slack : dedsec-inside:24NHg47gypeVR3DWnEncRq7c
Original file line number Diff line number Diff line change 22--------------------
33All notable changes to this project will be documented in this file.
44
5- ## 1.2.0 | (Currently in Development)
5+ ## 1.2.0 | Present (Stable)
6+
7+ ### Changed
8+ * Major code improvements
9+ * Pep 8 Standard
10+ * Tests
11+ * Library changes
612
713### Added
14+ * Documentation
815* Save to JSON
916* Testcase for Save to JSON
10- * Save to DB
1117
12- ## 1.1.0 - July 6, 2017 - Present
18+ ## 1.1.0 - July 6, 2017 - Nov 16
1319
1420### Added
1521
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ the following steps:
72725 . Save crawl info to JSON file.(Completed)
73736 . Crawl custom domains.(Completed)
74747 . Check if the link is live.(Not Started)
75- 4 . Built-in Updater.(Completed)
75+ 8 . Built-in Updater.(Completed)
7676...(will be updated)
7777
7878## Contribute
You can’t perform that action at this time.
0 commit comments