Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sokomishalov committed Jun 9, 2020
1 parent de4a61e commit 9749713
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Based on coroutines and JSoup.
Repository contains:
- [Cli tool](#cli-tool)
- [Kotlin library](#kotlin-library)
- [Source code for telegram bot](#telegram-bot)
- [Telegram bot](#telegram-bot)

Current list of implemented sources:
- [Facebook](https://facebook.com)
Expand Down Expand Up @@ -142,7 +142,7 @@ dependencies {

## Usage
### Demo
You may take a look at library usage in this [android sample app](example/android)
You may take a look at library usage in this [android sample app](./example/android) or [telegram bot](./telegram-bot)

### Instantiate specific scraper
As mentioned before, the provider implementation list is:
Expand Down Expand Up @@ -355,4 +355,5 @@ Output:
```

# Telegram bot
You are able to have a look on the [bot main logic code](telegram-bot/src/main/kotlin/ru/sokomishalov/skraper/bot/telegram/service/SkraperBot.kt).
To use the bot follow the [link](https://t.me/SkraperBot).
You are also able to have a look on the [bot main logic code](telegram-bot/src/main/kotlin/ru/sokomishalov/skraper/bot/telegram/service/SkraperBot.kt).

0 comments on commit 9749713

Please sign in to comment.