Skip to content

Instantly share code, notes, and snippets.

View hixann's full-sized avatar
🌵
🌵

hixann hixann

🌵
🌵
View GitHub Profile
@hixann
hixann / book.py
Last active March 22, 2022 19:35
Fetch books from libgen API
import urllib.request
import urllib.parse
from bs4 import BeautifulSoup
import requests
import json
import wget
import sys
from termcolor import cprint, colored
from collections import OrderedDict