socli
Advanced tools
+4
-0
| SoCLI Changelog | ||
| ================ | ||
| Release 7.1 | ||
| --------------------------- | ||
| * Fixes for google search | ||
| Release 7.0 | ||
@@ -5,0 +9,0 @@ --------------------------- |
+3
-1
| Metadata-Version: 2.1 | ||
| Name: socli | ||
| Version: 7.0 | ||
| Version: 7.1 | ||
| Summary: Stack overflow command line interface. SoCLI allows you to search and browse stack overflow from the terminal. | ||
@@ -284,2 +284,4 @@ Home-page: https://www.github.com/gautamkrishnar/socli | ||
| <td align="center"><a href="https://uknowwhoim.me/"><img src="https://avatars.githubusercontent.com/u/51323747?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sidharth Ajithkumar</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=UKnowWhoIm" title="Code">π»</a></td> | ||
| <td align="center"><a href="https://github.com/samsheff"><img src="https://avatars.githubusercontent.com/u/228820?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sam Sheffres</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=samsheff" title="Code">π»</a></td> | ||
| <td align="center"><a href="https://github.com/Rudy2401"><img src="https://avatars.githubusercontent.com/u/19256040?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rushi Dolas</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=Rudy2401" title="Code">π»</a></td> | ||
| </tr> | ||
@@ -286,0 +288,0 @@ </table> |
+2
-0
@@ -274,2 +274,4 @@ # SoCLI [ ](https://pypi.org/project/socli/) [](https://travis-ci.com/gautamkrishnar/socli) [](https://www.collaborizm.com/project/S1cbUui6) [](https://gitter.im/socli-community/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
| <td align="center"><a href="https://uknowwhoim.me/"><img src="https://avatars.githubusercontent.com/u/51323747?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sidharth Ajithkumar</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=UKnowWhoIm" title="Code">π»</a></td> | ||
| <td align="center"><a href="https://github.com/samsheff"><img src="https://avatars.githubusercontent.com/u/228820?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sam Sheffres</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=samsheff" title="Code">π»</a></td> | ||
| <td align="center"><a href="https://github.com/Rudy2401"><img src="https://avatars.githubusercontent.com/u/19256040?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rushi Dolas</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=Rudy2401" title="Code">π»</a></td> | ||
| </tr> | ||
@@ -276,0 +278,0 @@ </table> |
| Metadata-Version: 2.1 | ||
| Name: socli | ||
| Version: 7.0 | ||
| Version: 7.1 | ||
| Summary: Stack overflow command line interface. SoCLI allows you to search and browse stack overflow from the terminal. | ||
@@ -284,2 +284,4 @@ Home-page: https://www.github.com/gautamkrishnar/socli | ||
| <td align="center"><a href="https://uknowwhoim.me/"><img src="https://avatars.githubusercontent.com/u/51323747?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sidharth Ajithkumar</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=UKnowWhoIm" title="Code">π»</a></td> | ||
| <td align="center"><a href="https://github.com/samsheff"><img src="https://avatars.githubusercontent.com/u/228820?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sam Sheffres</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=samsheff" title="Code">π»</a></td> | ||
| <td align="center"><a href="https://github.com/Rudy2401"><img src="https://avatars.githubusercontent.com/u/19256040?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rushi Dolas</b></sub></a><br /><a href="https://github.com/gautamkrishnar/socli/commits?author=Rudy2401" title="Code">π»</a></td> | ||
| </tr> | ||
@@ -286,0 +288,0 @@ </table> |
+3
-4
@@ -87,7 +87,6 @@ """ | ||
| question_title = result.find("h3").get_text().replace(' - Stack Overflow', '') | ||
| # Instant answers will raise IndexError here | ||
| question_desc = result.find("div", recursive=False).find("div",recursive=False) \ | ||
| .findAll("div",recursive=False)[1].findAll("div",recursive=False)[1] \ | ||
| .findAll("span",recursive=False)[1].getText() | ||
| question_desc = result.find("div", recursive=False).find("div", recursive=False) \ | ||
| .findAll("div", recursive=False)[1].findAll("div", recursive=False)[1] \ | ||
| .getText() | ||
@@ -94,0 +93,0 @@ question_url = result.find("a").get("href") # Retrieves the Stack Overflow link |
+1
-1
@@ -1,1 +0,1 @@ | ||
| __version__ = '7.0' | ||
| __version__ = '7.1' |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
193664
0.97%