-
Notifications
You must be signed in to change notification settings - Fork 0
/
To-Do.txt
17 lines (15 loc) · 970 Bytes
/
To-Do.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Main features to implement:
[-] Reimplement the Osintgram4j features into C++ (except for JAR-like Modding Support)
[ ] Implement Features from the settings
[ ] Write the documentation for setup and usage
[ ] Implement Instagram APIs (that includes authentication, sadly...)
[ ] Implement Rate Limiting and Wait Timers
[ ] Write a Dockerfile (because we want to avoid that "it works on my machine" bullshit)
[-] Cross-platform support for Windows (not macOS, sorry, I don't have a MacBook, and they isolate too much)
[ ] Implement Configurable Proxies
[ ] Implement Proxy-Chaining Support (default `proxychains.conf`, JSON, CFG, YAML, XML)
Potential features for the future:
[ ] Write a "setup.sh" script that implements vcpkg into the project CMake
[ ] Automate the VCPKG_ROOT, removing the unnecessary CLI arguments
[ ] Implement Multi-Lingual Support
Note: As always, try to make OsintgramCXX as stable as possible. Avoid Software Crashes by using try-catch blocks.