Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waseemsabir/diglit-a-kickstarter-scraper
Simple python program to scrape Kickstarter campaign data
https://github.com/waseemsabir/diglit-a-kickstarter-scraper
Last synced: 3 days ago
JSON representation
Simple python program to scrape Kickstarter campaign data
- Host: GitHub
- URL: https://github.com/waseemsabir/diglit-a-kickstarter-scraper
- Owner: WaseemSabir
- Created: 2021-12-07T15:18:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T07:21:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-17T19:50:48.867Z (21 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigLit - A Simple Kickstarter Scraper
DigLit is simple python program that scrapes kickstarter campaign data and provides it in json format.## Getting Started
To start using the diglit, clone the repo and install the dependencies. You need have `Python3` and `Pip3` installed.
```bash
git clone https://github.com/WaseemSabir/DigLit-A-Kickstarter-Scraper.git
cd DigLit-A-Kickstarter-Scraper
pip3 install -r dependencies.txt
```## Usuage
You need to run the following command and enter the password for kickstarter account where campaign name is the unique name of campaign in url and -u takes the username of kickstarter.
```bash
python3 diglit.py -c Campign-name-in-url -u Username
```
You will be prompted for password, enter the password and data will be printed and save in file.You can also view format and available commands with
```bash
python3 diglit.py -h
```## License
The code is free to use for any personal or bussiness application development purposes.