/Python-Scripts

Collection of Various Python Script's.

Primary LanguagePythonMIT LicenseMIT

Python Scripts

This Repo is a collection of Various python scripts.

In this repo there are different kinds of python scripts for their respective uses. These all are open sourced and you can use them in any form for free.

Installation

Make sure you've already git installed. Then you can run the following commands to get the scripts on your computer:

OS X, Linux and Windows:

git clone https://github.com/Logan1x/Python-Scripts.git
cd Python-Scripts

Meme Density

This script tells you the amount of memes in your facebook feed

pip install memedensity 

memedensity

Usage

Facebook Auto Post

This is python script that log in into facebook and post the status.

You can see live execution of this script here.

pip install -r facebook-auto-post.requirements.txt
python facebook-auto-post.py

Locate Me

Run this script and it will locate you.

This will tell you your

  1. City
  2. Region
  3. Country
  4. Latitude & Longitude.
  5. Your Internet Service Provider

This uses Checkip and ipinfo.io.

python locate-me.py

Mi Community Bot

This python script uses selenium module in python to automate the thread posting.

You can see live execution of this script here.

If you want to understand this code you can visit here.

pip install -r mi-community-bot.requirements.txt
python mi-community-bot.py

Password Strength Checker

This code checks for your password strength. For the right password, password must contain mixture of an upper case letters, an digit (including 0-9), and a special characters with lower case letters.

python password-strength-checker.py

YouTube Bot

This is a simple python script that increases your video count/ views. Log out from all google accounts and run this.

# For Linux Users
python youtube-bot-linux.py

# For Windows Users
python youtube-bot-windows.py

NOTE:

In case your browser stoped working delete/comment the following line in the script.

Linux

os.system(" killall -9 " + brow)

Windows

os.system("TASKKILL /F /IM " + brow + ".exe")

Release History

  • 0.0.1
    • Work in progress

Meta

Khushal Sharma – @Khushalsharmakhushal78@gmail.com

Distributed under the MIT LICENSE license. See LICENSE for more information.

Logan1x

Contributing

  1. Fork it (https://github.com/Logan1x/Python-Scripts/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
  6. Add your name with a link to your profile in the contributors list.

Contributors

The following people helped in creating the above content.