Skip to content

Gets profile photos at forums based on XenForo within a user-specified range.

License

Notifications You must be signed in to change notification settings

efe3535/XenForo-ProfilePhotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XenForo-ProfilePhotos

Gets first profile photos within a user-specified range at forums based on XenForo.

Usage:

--url=<XenForo forum url to fetch profile photos>
--dirname=<directory name to save images>
--start=<number to start at>
--stop=<number to stop at>
--help Display help text
Example:
python3 __main__.py --url=https://www.silicone-forum.com/ --dirname=test_silicone-forum --start=1 --stop=50
This will create a directory named "test_silicone-forum" if it doesn't exist already. And it will store downloaded pictures in this folder. It will download first 50 profile photos if available.

About

Gets profile photos at forums based on XenForo within a user-specified range.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages