All Projects → faheel → file-extensions

faheel / file-extensions

Licence: MIT license
JSON collection of scraped file extensions, along with their description and type, from FileInfo.com

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to file-extensions

html2rss-web
🕸 Generates and delivers RSS feeds via HTTP. Create your own feeds or get started quickly with the included configs.
Stars: ✭ 36 (+140%)
Mutual labels:  scraper, website-scraper
diffbot-php-client
[Deprecated - Maintenance mode - use APIs directly please!] The official Diffbot client library
Stars: ✭ 53 (+253.33%)
Mutual labels:  scraper, scraped-data
Getsy
A simple browser/client-side web scraper.
Stars: ✭ 238 (+1486.67%)
Mutual labels:  scraper
RedditExtractor
A minimalistic R wrapper for the Reddit API
Stars: ✭ 58 (+286.67%)
Mutual labels:  scraper
MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (+166.67%)
Mutual labels:  scraper
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+1533.33%)
Mutual labels:  scraper
yellowpages-scraper
Yellowpages.com Web Scraper written in Python and LXML to extract business details available based on a particular category and location.
Stars: ✭ 56 (+273.33%)
Mutual labels:  scraper
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+109026.67%)
Mutual labels:  scraper
lezhin-comics-downloader
📥 Downloader for lezhin comics
Stars: ✭ 30 (+100%)
Mutual labels:  scraper
fiveN1-rent-scraper
🏠 a.k.a 591 rent scraper(591 租屋網爬蟲)
Stars: ✭ 51 (+240%)
Mutual labels:  scraper
scrapetube
Get all videos from a youtube channel, get all videos from a playlist, get all videos that match a search
Stars: ✭ 120 (+700%)
Mutual labels:  scraper
tv grab fr telerama
XMLTV Grabber using telerama api data
Stars: ✭ 36 (+140%)
Mutual labels:  scraper
Heroku ebooks
A script to generate Markov chains and to post to an _ebooks account on Twitter using Heroku
Stars: ✭ 251 (+1573.33%)
Mutual labels:  scraper
google-scraper
This class can retrieve search results from Google.
Stars: ✭ 33 (+120%)
Mutual labels:  scraper
Scrape Linkedin Selenium
`scrape_linkedin` is a python package that allows you to scrape personal LinkedIn profiles & company pages - turning the data into structured json.
Stars: ✭ 239 (+1493.33%)
Mutual labels:  scraper
proxy-scraper
⭐️ A proxy scraper made using Protractor | Proxy list Updates every three hour 🔥
Stars: ✭ 201 (+1240%)
Mutual labels:  scraper
Skrape.it
A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
Stars: ✭ 231 (+1440%)
Mutual labels:  scraper
TwitterScraper
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Stars: ✭ 80 (+433.33%)
Mutual labels:  scraper
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+326.67%)
Mutual labels:  scraper
Pahe.ph-Scraper
Pahe.ph [Pahe.in] Movies Website Scraper
Stars: ✭ 57 (+280%)
Mutual labels:  scraper

File extensions

JSON collection of scraped file extensions, along with their description and type, from FileInfo.com.

The scraped data is available as JSON in two formats:

  1. Extensions by type

    This JSON dictionary has file types as keys that map to an array of extentsions which are of that type.

    {
        "3D image": [
            ".OBJ",
            ".3DS",
            ".3DM",
            ".MAX",
            ...
        ],
        "Audio": [
            ".AIF",
            ".M4A",
            ".MID",
            ".MP3",
            ...
        ],
        ...
    }
  2. Extensions with details

    This JSON dictionary has file extensions as keys that map to a dictionary containing the description of that extension and its type.

    {
        ".!BT": {
            "description": "BitTorrent Incomplete Download File",
            "type": "Misc"
        },
        ".!QB": {
            "description": "qBittorrent Partial Download File",
            "type": "Misc"
        },
        ".!SYNC": {
            "description": "BitTorrent Partially Synced File",
            "type": "Misc"
        },
        ...
    }

License

This project is licensed under the terms of the MIT license.

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].