[{ "name": "Air Quality Script", "description": "
@jit (just-in-time) decorator from the numba library.",
"type": "data"
},{
"name": "Blog Reader",
"description": "Blog Reader is the terminal reader that scrapes the article from planet dgplug and displays it on the terminal.It seprates the content accrding to the screen size.",
"usage": "python Blog_reader.py",
"type": "social"
},{
"name": "Bulk add users to Twitter list",
"description": "Simple script helps you mass add users to your twitter list to follow (Ex: Bitcoin/Altcoins official account, news, traders...)requests library from highcharts_loader_requirements.txt",
"usage": "from highcharts_loader import ChartLoader, Optionsoptions = Options(from_file='options.json')chart = ChartLoader(options)chart.save_to_file('result.png')// options.json example:",
"json": "{'chart': {'type': 'bar'},'title': {'text': 'Which channels are driving engagement?'},'xAxis': {'categories': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun','Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']},'series': [{'data': [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]}]}",
"type": "data"
},{
"name": "Image Encoder",
"description": "It is a simple program to encode and decode images, which helps to reduce and handle images on server, as it is convertedto base64 address.",
"usage": "python image_encoder.py",
"type": "images"
},{
"name": "Integrate to find area of a graph",
"description": "The script takes a given graph along with the range within which the area is to be calculated. It then calculates the area using two methods, the Simpson method and the Trapezoid method and displays the results on a graph.",
"usage": "python integrate-graph.py",
"type": "data"
},{
"name": "Locate Me",
"description": "Run this script and it will locate you.This will tell you yourmatplotlib. Feel free to modify the value of y to obtain different functions that depend on x.",
"type": "data"
},{
"name": "Server And Client",
"description": "It is simple client server communication script, will add more functionality in future.",
"usage": "cd server_clientpython client.pypython server.py",
"type": "misc"
},{
"name": "Tweetload",
"description": "Download latest tweets (default: up to 4000) from a specific twitter user. The script will create a file with one tweet per line, stripped from mentions, hashtags and links. For that to work, create a json file with your twitter credentials (see source) and define the twitter user in source code.",
"usage": "python3 tweetload.py",
"type": "social"
},{
"name": "Twitter_retweet_bot",
"description": "It is a simple script that retweets any hashtag provided in it.",
"usage": "python twitter_retweet_bot.py",
"type": "social"
},{
"name": "Twitter Sentiment Analysis",
"description": "A python script that goes through the twitter feeds and calculates the sentiment of the users on the topic of Demonetization in India. Sentiments are calculated to be positive, negative or neutral. Various other analyses are represented using graphs.",
"usage": "pip install -r analyseTweets-requirements.txtpython analyseTweets.py",
"type": "social"
},{
"name": "URL Shortener",
"description": "This is python script that shortens any URL provided to it.",
"usage": "# Takes multiple inputs and returns shortened URL for bothpython shortener.py url1 url2#Stores shortened URLs in a filepython shortener.py url1 url2 > file.txt",
"type": "util"
},{
"name": "Video-downloader v1.1",
"description": "This file allows the user to download videos off of the web. as of version 1 the user is able to download highquality videos as a playlist or single file as well as audio files from the supported websites given here are supported.More features will be added in the future iterations of the project. a simple video downloader using youtube-dl Library, a starter script for making use of youtube-dl.Requirementsvid.py script! assuming you already have the other requirements",
"type": "util"
},{
"name": "YouTube Bot",
"description": "This is a simple python script that increases your video count/ views. Log out from all google accounts and run this.",
"usage": "# For Linux Userspython youtube-bot-linux.py# For Windows Userspython youtube-bot-windows.py",
"note": "In case your browser stoped working delete/comment the following line in the script.Linuxos.system(' killall -9 ' + brow)Windowsos.system('TASKKILL /F /IM ' + brow + '.exe')",
"type": "social"
},{
"name": "Markdown to presentation",
"description": "You can convert markdown in a directory into a **.html** file for presentation using reveal.js",
"usage": "python reveal-md.py -d folder_name -c config",
"note": "the config is optional. You can specify with keys as here https://github.com/hakimel/reveal.js/#configuration in a json file. Reveal.js cdn link is included in generated html you may need to download them if you want to use the presentation offline",
"type": "util"
}]