All Projects → onstash → Pycyanide

onstash / Pycyanide

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pycyanide

Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (+5992.31%)
Mutual labels:  scraper
Mailinglistscraper
A python web scraper for public email lists.
Stars: ✭ 19 (+46.15%)
Mutual labels:  scraper
Twitter Get Old Tweets Scraper
A data scraper for retrieving old tweets in Twitter using Python3.
Stars: ✭ 27 (+107.69%)
Mutual labels:  scraper
Regina
Fetch new releases from http://www.juno.co.uk/.
Stars: ✭ 6 (-53.85%)
Mutual labels:  scraper
Find Cheapest Flights
Use Google Flights API and scrape Expedia to find the cheapest/shortest flights!
Stars: ✭ 18 (+38.46%)
Mutual labels:  scraper
Proxy Scraper
Proxy-Scraper is simple Perl script for scraping proxies from multiple websites.
Stars: ✭ 24 (+84.62%)
Mutual labels:  scraper
Crawler
A high performance web crawler in Elixir.
Stars: ✭ 781 (+5907.69%)
Mutual labels:  scraper
Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+6546.15%)
Mutual labels:  scraper
Yts Scraper
Download .torrent files from YTS YIFY
Stars: ✭ 19 (+46.15%)
Mutual labels:  scraper
Scrapit
Scraping scripts for various websites.
Stars: ✭ 25 (+92.31%)
Mutual labels:  scraper
Gifhub
📈 Create GIFs from user's GitHub activity graph
Stars: ✭ 17 (+30.77%)
Mutual labels:  scraper
Indonesia News Scraper
A news scraper for nodejs that help to scrap news from Indonesian news portal.
Stars: ✭ 18 (+38.46%)
Mutual labels:  scraper
Imagenetscraper
👁 Bulk-download all thumbnails from an ImageNet synset, with optional rescaling
Stars: ✭ 24 (+84.62%)
Mutual labels:  scraper
Duckduckgo
An unofficial DuckDuckGo search API.
Stars: ✭ 6 (-53.85%)
Mutual labels:  scraper
Sickzil Machine
Manga/Comics Translation Helper Tool
Stars: ✭ 934 (+7084.62%)
Mutual labels:  comics
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+5969.23%)
Mutual labels:  scraper
Brainly Scraper
package to scrape www.brainly.co.id
Stars: ✭ 22 (+69.23%)
Mutual labels:  scraper
Scanless
online port scan scraper
Stars: ✭ 875 (+6630.77%)
Mutual labels:  scraper
Voyages Sncf Api
A scrapy spider that scraps times and prices from Voyages Sncf. It uses scrapyrt to provide an API interface.
Stars: ✭ 7 (-46.15%)
Mutual labels:  scraper
Gisaid Scrapper
Scrapping tool for GISAID data regarding SARS-CoV-2
Stars: ✭ 25 (+92.31%)
Mutual labels:  scraper

PyCyanide

What is this?

A simple script to download comics from Cyanide and Happiness.

How does this work?

It uses requests and lxml to download comics from Cyanide and Happiness.

How do I use this?

  1. Clone the repo

    git clone [email protected]:thesantosh/pycyanide.git
    cd PyCyanide
    
  2. Install Pipenv

    pip install pipenv
    
  3. Install required packages

    pipenv --two
    pipenv install
    
  4. Run pipenv shell

    pipenv shell
    
  5. Run the script

    python pycyanide.py
    

    or

    python pycyanide.py --start 1613 --end 1512
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].