Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Riotcoke123/pcmemes_leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcmemes.net leaderboard

pcmemes.net leaderboard image

pcmemes.net Leaderboard

This project is designed to scrape upvote data and usernames from pcmemes.net, rank the users based on their upvotes, and save the data to a JSON file every 3 minutes. The project is currently in beta testing.

Features

  • Scrapes multiple pages from pcmemes.net
  • Extracts usernames and upvote data
  • Ranks users based on upvote scores
  • Saves the ranked data to a JSON file every 3 minutes

Requirements

  • Python 3.x
  • requests library
  • beautifulsoup4 library

Setup

  1. Clone the repository:

    git clone https://github.com/Riotcoke123/pcmemes_leaderboard.git
    cd pcmemes_leaderboard
  2. Install the required libraries:

    pip install requests beautifulsoup4
  3. Update Access Token and Client ID: Open the vote.py file and update the access_token and client_id variables with your own credentials.

  4. Run the scraper:

    python vote.py