ANONY is a collection of tools for working with Anonfiles, a file-hosting platform. This repository provides functionality to generate random codes, check the validity of codes, and scrape codes from the internet.
This function generates a specified number of random codes and saves them to a file named generated_codes.txt.
This function checks the validity of codes stored in a file. It reads the codes from the specified file, checks their status on Anonfiles, and saves the valid codes to a file named good_output.txt.
This function scrapes codes from the internet using the Wayback Machine archive of Anonfiles. It retrieves links from multiple pages and filters out the valid codes. The scraped codes are saved to a file named anony_output.txt.
The following dependencies are required to run the code:
requests: HTTP library for making requests to web servers.colorama: Library for printing colored text in the console.lxml: Library for processing HTML and XML.selenium: Python bindings for the Selenium WebDriver.progress: Library for creating progress bars.
Make sure to install these dependencies before running the code.
To use the ANONY tools, follow these steps:
- Install the required dependencies by running
pip install -r requirements.txt. - Run the Python script
anony.py. - Choose one of the following options from the menu:
- [1] Generate random codes
- [2] Check codes
- [3] Scrape codes from the internet
- [4] Exit
Note: For the scraping option ([3]), the script uses the Wayback Machine archive of Anonfiles. You can modify the url, domain, and num_pages variables in the script to customize the scraping process.
Enjoy using ANONY and explore the capabilities of Anonfiles!
Author: Sla0ui