Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
ravilabio
ravilabio.gitlab.io
Commits
358cfc06
Commit
358cfc06
authored
Apr 20, 2020
by
Ricardo Avila
Browse files
Add author information
parent
0f03cb24
Pipeline
#137741780
passed with stage
in 1 minute and 3 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
_config.yml
_config.yml
+4
-3
_data/authors.yml
_data/authors.yml
+16
-0
_posts/2020-04-10-reverse-engineering-abebooks-api.md
_posts/2020-04-10-reverse-engineering-abebooks-api.md
+0
-1
No files found.
_config.yml
View file @
358cfc06
...
...
@@ -154,20 +154,21 @@ defaults:
nav
:
notes-nav
aside
:
toc
:
true
show_date
:
false
## posts
-
scope
:
path
:
"
"
type
:
posts
values
:
layout
:
article
sharing
:
tru
e
sharing
:
fals
e
license
:
false
aside
:
toc
:
true
show_edit_on_github
:
true
show_subscribe
:
false
show_author_profile
:
fals
e
pageview
:
tru
e
show_author_profile
:
tru
e
pageview
:
fals
e
# Plugins
plugins
:
...
...
_data/authors.yml
View file @
358cfc06
Ricardo Avila
:
name
:
Ricardo Avila
avatar
:
assets/author.jpg
bio
:
Ricardo Avila is a data scientist and structural bioinformatician.
email
:
ravila@protonmail.com
linkedin
:
ravila4
github
:
ravila4
gitlab
:
ravila4
Yuejiao Xian
:
name
:
Yuejiao Xian
avatar
:
bio
:
email
:
xianyuejiao@gmail.com
linkedin
:
github
:
_posts/2020-04-10-reverse-engineering-abebooks-api.md
View file @
358cfc06
---
title
:
"
Web-scraping
AbeBooks.com
(Reverse
Engineering
a
REST
API)"
excerpt
:
"
Many
times
we
are
faced
with
obtaining
data
from
websites
that
do
not
have
a
documented
REST
API.
In
this
post,
I
analyze
POST
and
GET
requests
from
AbeBooks's
network
packets,
and
build
a
Python
API
wrapper
for
programatically
obtaining
book
prices
and
recommendations."
author
:
Ricardo Avila
tags
:
-
Python
-
REST API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment