Clustered version of Naughty and Nice with a few more addons
Project description
#Naughty and Nice (Clustered version) ### How to download: Use pip3 (or pip ) install -vvv NaughtyClustered Download these packages as well: * dispy * tweepy * nltk: 1. Open a file (or Python IDE) and put these to things to download NLTK full 1. import nltk 2. nltk.download() 2. Then you will see a window pop up. This is the NLTK downloader. Click on popular and wait for it to download. ### How to use the program: First you have to go to apps.twitter.com and sign in and create an app. Do all the steps to make your app, then go to your app interface and click on keys and tokens. You will see two API keys, and you will also see a button that says “Create” under the access token bar. Click on the “Create” button to make your access tokens. Now you need to store the keys. Make a file named “twitter_auth.json”. Put this in the file: ` { "consumer_key": "YOURCONSUMERKEY", "consumer_secret": "YOURCONSUMERSECRET", "access_token": "YOURACCESSTOKEN", "access_token_secret": "YOURACCESSTOKENSECRET" } ` Put all of your creditionals in and save. Now all you need to do is make sure your cluster is active, then go to a python file, type in: `python from NaughtyClustered import Calculate Calculate(PATH_TO_YOUR_TWITTER_AUTH.JSON_FILE) ` Then it will calculate and you are done.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NaughtyClustered-0.3.7.tar.gz.
File metadata
- Download URL: NaughtyClustered-0.3.7.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f930e4090dbd64f211780218d62273b91ae9bb91ed8484f984713cd2504e02cb
|
|
| MD5 |
8272088d2f6511e2d7f2cd646ebc5921
|
|
| BLAKE2b-256 |
43760b645a0d38060d98a8f1f99e8bd4a46d9130a33b02a5dbaec2aac83bc69c
|
File details
Details for the file NaughtyClustered-0.3.7-py3.5.egg.
File metadata
- Download URL: NaughtyClustered-0.3.7-py3.5.egg
- Upload date:
- Size: 10.0 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb23a58b822dca077cc7df9dc8f2ff5a3f08da829ca3ab5e9b788103483072d5
|
|
| MD5 |
4d70b90e3daeaa92cebf098c1cb7c115
|
|
| BLAKE2b-256 |
57194790c76ee6e8fc4390c230f29c60be059d8a4c1a2d14514d47892b03adcf
|
File details
Details for the file NaughtyClustered-0.3.7-py3-none-any.whl.
File metadata
- Download URL: NaughtyClustered-0.3.7-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.5.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3650353a66a451ccde14f6646241eab35cb6a9b2b89ffc2f221bcc493f50cda6
|
|
| MD5 |
7ab7688b1b2613b46a3c375b68357641
|
|
| BLAKE2b-256 |
e8daa38bcfb1db3db7342968d0c80a5b2ae89b7b8764063f150e938e6b8e3e13
|