Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details β†’
Socket
Book a DemoInstallSign in
Socket

socli

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socli - npm Package Compare versions

Comparing version
7.0
to
7.1
+4
-0
CHANGELOG.rst
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>

@@ -274,2 +274,4 @@ # SoCLI [![PyPI](https://img.shields.io/pypi/v/socli?color=brightgreen) ![PyPI Downloads](https://img.shields.io/pypi/dm/socli)](https://pypi.org/project/socli/) [![Build Status](https://travis-ci.com/gautamkrishnar/socli.svg?branch=master)](https://travis-ci.com/gautamkrishnar/socli) [![Collaborizm](https://img.shields.io/badge/Collaborizm-Join%20Project-brightgreen.svg)](https://www.collaborizm.com/project/S1cbUui6) [![Gitter Chat](https://badges.gitter.im/socli-community/Lobby.svg)](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>

@@ -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 +0,1 @@

__version__ = '7.0'
__version__ = '7.1'