<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kangtain.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Osintgram</id>
	<title>Osintgram - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kangtain.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Osintgram"/>
	<link rel="alternate" type="text/html" href="https://kangtain.com/wiki/index.php?title=Osintgram&amp;action=history"/>
	<updated>2026-05-11T05:44:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://kangtain.com/wiki/index.php?title=Osintgram&amp;diff=8005&amp;oldid=prev</id>
		<title>Kangtain: Created page with &quot;== Installation ==  * Fork/Clone/Download this repo &lt;syntaxhighlight lang=&quot;bash&quot;&gt; git clone https://github.com/Datalux/Osintgram.git &lt;/syntaxhighlight&gt;  * Navigate to the directory &lt;syntaxhighlight lang=&quot;bash&quot;&gt; cd Osintgram &lt;/syntaxhighlight&gt;  * Create a virtual environment for this project &lt;syntaxhighlight lang=&quot;bash&quot;&gt; python3 -m venv venv &lt;/syntaxhighlight&gt;  * Load the virtual environment  On Windows Powershell: &lt;syntaxhighlight lang=&quot;shell&quot;&gt; .\venv\Scripts\activate.ps...&quot;</title>
		<link rel="alternate" type="text/html" href="https://kangtain.com/wiki/index.php?title=Osintgram&amp;diff=8005&amp;oldid=prev"/>
		<updated>2023-02-07T13:49:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Installation ==  * Fork/Clone/Download this repo &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; git clone https://github.com/Datalux/Osintgram.git &amp;lt;/syntaxhighlight&amp;gt;  * Navigate to the directory &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; cd Osintgram &amp;lt;/syntaxhighlight&amp;gt;  * Create a virtual environment for this project &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; python3 -m venv venv &amp;lt;/syntaxhighlight&amp;gt;  * Load the virtual environment  On Windows Powershell: &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt; .\venv\Scripts\activate.ps...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Installation ==&lt;br /&gt;
&lt;br /&gt;
* Fork/Clone/Download this repo&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
git clone https://github.com/Datalux/Osintgram.git&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Navigate to the directory&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cd Osintgram&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Create a virtual environment for this project&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
python3 -m venv venv&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Load the virtual environment&lt;br /&gt;
&lt;br /&gt;
On Windows Powershell: &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
.\venv\Scripts\activate.ps1&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;On Linux and Git Bash: &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;&lt;br /&gt;
source venv/bin/activate&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
pip install -r requirements.txt&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the &amp;lt;code&amp;gt;credentials.ini&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;config&amp;lt;/code&amp;gt; folder and write your Instagram account username and password in the corresponding fields. Alternatively, you can run the &amp;lt;code&amp;gt;make setup&amp;lt;/code&amp;gt; command to populate this file for you.&lt;br /&gt;
&lt;br /&gt;
* Run the main.py script in one of two ways. As an interactive prompt &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
python3 main.py &amp;lt;target username&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Or execute your command straight away &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
python3 main.py &amp;lt;target username&amp;gt; --command &amp;lt;command&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kangtain</name></author>
	</entry>
</feed>