Skip to content

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)