Учебный проект. Парсер списка аниме с сайта Shikimori

Shikimori Parser

In order to explore the possibilities of Golang, I decided to write a simple parser of the list of anime from Shikimori.one.

Works as of 17.12.21

FAQ

1.1 Download and unzip the repository.
1.2 Go to the project directory and run the "go build" command.

2.1 Run the compiled file with the startup parameters you require. 
    You can find them below.

Startup Parameters

-basicMode | Start collecting links and names of all shikimori anime.
-basicOutput basicData | The file into which the result of basic parsing will be written.
-retryDelay 1000 | Delay before re-request when there is an error about a large number of queries.
Owner
Alexander Pers0na2
19 y.o software engineer from russia. Mainly engaged in cheats/backend developing.
Alexander Pers0na2
Similar Resources
Telehabr - Telegram чат-бот для публикации постов с сайта Habr.

telehabr Telegram чат-бот для публикации постов с сайта Habr. Требования Go 1.17.X; токен, полученный от бота @BotFather. Запуск Для начала, необходим

Jan 15, 2022
Парсер технологического журнала, основанный на стеке технологий Golang goroutines + Redis + Elasticsearch.
Парсер технологического журнала, основанный на стеке технологий Golang goroutines + Redis + Elasticsearch.

go-techLog1C Парсер технологического журнала, основанный на стеке технологий Golang goroutines + Redis + Elasticsearch. Стек является кросс-платформен

Nov 30, 2022
Парсер чеков покупки на golang
Парсер чеков покупки на golang

Репозиторий с парсингом чека покупок Инструкция Для того, чтобы пользоваться данным парсером, для начала надо написать путь, где расположен JSON файл

Dec 26, 2021