Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
deathsec
GitHub Repository: deathsec/instagram-py
Path: blob/master/InstagramPy/AppInfo.py
197 views
1
# The MIT License
2
# Copyright (C) 2017 The Future Shell , DeathSec
3
#
4
# @filename : AppInfo.py
5
# @description : Application Information that are required
6
7
appInfo = {
8
"version": "2.0.1",
9
"name": "Instagram-Py",
10
"description": " Slick Instagram brute force command line tool",
11
"author": "DeathSec",
12
"company": "The Future Shell",
13
"year": "2017",
14
"example": "example: instagram-py -c -vvv -u instatestgod__ -pl rockyou.txt"
15
}
16
17