https://github.com/ikbalsingh/vktoimgur
Move VK Albums to Imgur
https://github.com/ikbalsingh/vktoimgur
imgur imgur-api vk vk-api vkontakte
Last synced: 2 months ago
JSON representation
Move VK Albums to Imgur
- Host: GitHub
- URL: https://github.com/ikbalsingh/vktoimgur
- Owner: ikbalsingh
- Created: 2022-05-01T10:24:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T11:28:42.000Z (about 4 years ago)
- Last Synced: 2025-10-11T14:35:13.332Z (9 months ago)
- Topics: imgur, imgur-api, vk, vk-api, vkontakte
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vktoimgur
Move VK Albums to Imgur
Steps to run :-
1) Get VK_APP_ID, VK_CLIENT_SECRET and VK_REDIRECT_URL by creating an app here: https://vk.com/editapp?act=create
2) Get Authorization code (VK_CODE) by hitting this url : https://oauth.vk.com/authorize?client_id=&display=page&redirect_uri=&scope=photos&response_type=code&v=5.69
3) Create an Imgur Client here : https://api.imgur.com/oauth2/addclient and get IMGUR_CLIENT_SECRET
4) Replace STATIC_PATH with your src/main/resources/static folder path.
5) Add your vk album details in album-config.json
6) Run the maven app and hit http://localhost:8080/imgur/upload
Things to keep in mind :-
1) VK Album should not contain more than 1000 photos.
2) Imgur starts rate limiting (both by ip address and client secrets) after 1250 uploads per day. So either try one album at a time, or use a vpn and get multiple IMGUR_CLIENT_SECRET to bypass that.