https://github.com/markjsapp/locg-stats
An automation project in Python that uses BeautifulSoup and Selenium to retrieve League of Comicbook Geek stats
https://github.com/markjsapp/locg-stats
Last synced: 17 days ago
JSON representation
An automation project in Python that uses BeautifulSoup and Selenium to retrieve League of Comicbook Geek stats
- Host: GitHub
- URL: https://github.com/markjsapp/locg-stats
- Owner: markjsapp
- Created: 2023-06-04T03:57:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T16:34:28.000Z (almost 3 years ago)
- Last Synced: 2025-08-16T17:42:20.862Z (10 months ago)
- Language: Python
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### LCG Stats
This project automates the process of logging into my League of Comic Book Geeks account and then returns stats on my collection including:
- comics collected
- comics read
- cover price
- total price paid
- estimated value
as well as my favorite publishers, formats, and most collected characters.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [Contributing](#contributing)
- [License](#license)
## Installation
Clone the repository:
```git clone https://github.com/your-username/your-repo.git```
Navigate to the project directory:
```cd your-repo```
Install the required dependencies:
```pip install -r requirements.txt```
Create your own .env file with your login credentials for League of Comicbook Geeks:
EMAIL=
PASSWORD=
## Usage
Update the code with your desired website URL and element selectors in the Python file.
Run the Python file:
```python your_file.py```
The output will be displayed in the console, showing the extracted data from the website.
## Dependencies
The project relies on the following dependencies. They can be installed using the command mentioned in the Installation section.
- BeautifulSoup 4.9.3
- Selenium 4.0.0
# Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
# License
MIT License