Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 58c7c6d

Browse files
added README.md
1 parent f1ae4ed commit 58c7c6d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎TechCrunch-Scraper/README.md‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Tech Crunch
2+
3+
### Scrape articles with title, descriptions, images, author, date and link
4+
5+
Create an instance of `TechCrunch` class.
6+
7+
```python
8+
articles = TechCrunch()
9+
```
10+
11+
| Methods | Details |
12+
| ---------------- | ---------------------------------------------------------------------------------------------------------------------- |
13+
| `.getArticles()` | Returns the articles with title, descriptions, images, author, date and link regarding a category in JSON format |
14+
| `.search()` | Returns the searched articles with title, descriptions, images, author, date and link regarding a topic in JSON format |
15+
16+
---

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /