Skip to content

Commit

Permalink
Retiring minet.buzzsumo
Browse files Browse the repository at this point in the history
Fix #984
  • Loading branch information
Yomguithereal committed Sep 6, 2024
1 parent 28cd1b3 commit 69590ae
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,080 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Minet can single-handedly:
- ...and scrape structured data (using a declarative language to define your heuristics)
- Crawl (using a declarative language to define a browsing behavior, and what to harvest)
- Mine or search:
- _[Buzzsumo](https://buzzsumo.com/)_ (requires API access)
- _[Mediacloud](https://mediacloud.org/)_ (requires free API access)
- _[Twitter](https://twitter.com)_ (requires free API access)
- _[Wikipedia](https://ww.wikipedia.org)_
Expand Down
393 changes: 0 additions & 393 deletions docs/cli.md

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions docs/cli.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ _Generic commands_

_Platform-related commands_

- [buzzsumo (bz)](#buzzsumo)
- [limit](#limit)
- [domain-summary](#domain-summary)
- [domain](#domain)
- [exact-url](#exact-url)
- [facebook (fb)](#facebook)
- [comments](#comments)
- [post](#post)
Expand Down Expand Up @@ -124,8 +119,6 @@ _Configuration file_

```yml
---
buzzsumo:
token: "MY_BZ_TOKEN" # Used as --token for `minet bz` commands
facebook:
cookie: "MY_FACEBOOK_COOKIE" # Used as --cookie for `minet fb` commands
instagram:
Expand Down Expand Up @@ -204,26 +197,6 @@ For more documentation about minet's scraping DSL check this [page](../cookbook/

<% url-parse %>

## BuzzSumo

<% bz %>

### limit

<% bz/limit %>

### domain-summary

<% bz/domain-summary %>

### domain

<% bz/domain %>

### exact-url

<% bz/exact-url %>

## Facebook

<% fb %>
Expand Down
1 change: 0 additions & 1 deletion minet/buzzsumo/__init__.py

This file was deleted.

206 changes: 0 additions & 206 deletions minet/buzzsumo/client.py

This file was deleted.

32 changes: 0 additions & 32 deletions minet/buzzsumo/exceptions.py

This file was deleted.

Loading

0 comments on commit 69590ae

Please sign in to comment.