BC100Dev
BC100Dev
I decided to contact the Developer itself via E-Mail, in hopes of any revival. In case that I get permission to fully revive it on my repository, I am willing...
Refer to #914 because I went into detail.
Bruh, just make a virtual environment in Python by doing `python3 -m venv .env` and running `source .env/activate`. From there, run `pip3 install -r requirements.txt`. This simple.
Off-Topic. Go to StackOverflow or other Forum websites, and ask there, when you are developing your own Software.
> # A Bad Service Mr Datalux It's not from Datalux himself. It comes from the Instagram APIs, which decide to break the project connectivity to the Instagram Servers themselves.
Look into [this documentation that I wrote](https://github.com/BeChris100/osintgram4j/blob/master/OrigRestore.md).
The Instagram APIs are basically refusing to work with Osintgram anymore due to the limitations that they have introduced.
Run `pip3 install -r requirements.txt` within a virtual environment by doing `python3 -m venv .env` first, and activating it by `source .env/bin/activate` (this one is Linux only, you might need...
Tried cloning the repository again, and re-running all the necessary steps? If that doesn't help, then I don't know, how to clear out those Cookies to get new ones.
I actually do. Open up `src/Osintgram.py`, go to the method called `setTarget(self, target)` and comment out `self.following = self.check_following()`. Basically, put a Hashtag in front of it, which should look...