diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..94d578e --- /dev/null +++ b/FAQ.md @@ -0,0 +1,49 @@ +# Frequently asked questions + +**Please read the [GUIDE](https://github.com/AAndyProgram/SCrawler/wiki/) Before asking a question!** + +Most of your questions are already answered. All settings, functions, buttons and everything else described in the guide. + +Any other questions I will keep in this file. + +---- + +Q: **HOW TO SETUP COOKIES** + +A: https://github.com/AAndyProgram/SCrawler/wiki/Settings#how-to-set-up-cookies + +---- + +Q: **I can't copy cookies.** + +A: Use the mouse. Don't use ```Ctrl``` + ```A```! + +---- + +Q: **Does this program have GUI or CLI.** + +A: This is a GUI program. + +---- + +Q: **Will CLI be added in the future?** + +A: I do not think so. + +---- + +Q: **I want to add "...." site. How to request.** + +A: https://github.com/AAndyProgram/SCrawler/blob/main/CONTRIBUTING.md#how-to-request-a-new-site + +---- + +Q: **Twitter/Instagram download failed.** + +A: Check your credentials. Both of these sites require cookies. Check your [Twitter tokens](https://github.com/AAndyProgram/SCrawler/wiki/Settings#how-to-find-twitter-tokens) and [Instagram settings](https://github.com/AAndyProgram/SCrawler/wiki/Settings#instagram-settings). If all settings are set, but nothing works, go to [create a new issue](https://github.com/AAndyProgram/SCrawler/issues). Don't forget to attach the LOG. + +---- + +Q: **Does the program remember the last download and check for new posts, downloading only new posts? Or does the program download the entire profile every time?** + +A: The program stored posts IDs in users' folders. For the first time, the program downloads the entire profile. All subsequent times the program will check for new posts and download **only new posts**! \ No newline at end of file diff --git a/README.md b/README.md index d12962d..b78c49f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/AAndyProgram/SCrawler)](https://github.com/AAndyProgram/SCrawler/releases/latest) [![GitHub](https://img.shields.io/github/license/AAndyProgram/SCrawler)](https://github.com/AAndyProgram/SCrawler/) +[![FAQ](https://img.shields.io/badge/FAQ-green)](FAQ.md) +[![GUIDE](https://img.shields.io/badge/GUIDE-green)](https://github.com/AAndyProgram/SCrawler/wiki) A program to download photo and video from Reddit, Twitter, Instagram, [etc](#supported-sites).