Skip to content

🐍 Python-based web scraper that automatically collects emojis and stickers from the Discord platform. It's simple, flexible, and ideal for developers who want to extract data quickly and efficiently.

License

Notifications You must be signed in to change notification settings

ArviiSoft/discord-emoji-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 ArviS Emoji Scraper

Discord Emoji Scraper is a Python-based web scraper that automatically collects emojis and stickers from the Discord platform. It's simple, flexible, and ideal for developers who want to extract data quickly and efficiently.


πŸš€ Features

Feature Description
🎯 Target Platform Discord
🐍 Language Python
πŸ”Ž Scraper Modules emojiscraper.py, stickerscraper.py
πŸ“¦ Dependencies Easy setup via requirements.txt
πŸ“ Output Formats Saved as JSON or media files (e.g., PNG, GIF)

πŸ“‚ Project Structure

Discord Emoji Scraper/
β”œβ”€β”€ emojiscraper.py       # Main module for scraping emojis
β”œβ”€β”€ stickerscraper.py     # Module for scraping stickers
└── requirements.txt      # Required Python libraries

πŸ”§ Installation

# 1. Clone the repository
git clone https://github.com/ArviiSoft/discord-emoji-scraper.git
cd discord-emoji-scraper/ArviS\ Emoji\ Scraper

# 2. Create a virtual environment and install dependencies
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

βš™οΈ Usage

🎨 Emoji Scraper

python emojiscraper.py

πŸ–ΌοΈ Sticker Scraper

python stickerscraper.py

πŸ“ Data will be saved automatically to the directories specified in the scripts.


🧩 Dependencies

All dependencies are listed in requirements.txt. Common libraries include:

  • requests
  • beautifulsoup4
  • lxml
  • pillow

🧠 How It Works

flowchart TD
    A[Start] --> B{Target Page}
    B --> C[Fetch HTML content]
    C --> D[Parse content (BS4)]
    D --> E[Extract emoji/sticker URLs]
    E --> F[Download media files]
    F --> G[Save to memory or file]
    G --> H[Done!]
Loading

🀝 Contributing

Pull requests and suggestions are welcome! πŸ› οΈ
Please open an issue first to discuss what you would like to change.


πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for details.


πŸ‘¨β€πŸ’» Developed by: [arviis. (ArviS)]

About

🐍 Python-based web scraper that automatically collects emojis and stickers from the Discord platform. It's simple, flexible, and ideal for developers who want to extract data quickly and efficiently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages