Skip to content

Commit 10fa987

Browse files
committed
Add security notice to Follower Factory notebook
1 parent 32e3b5f commit 10fa987

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

follower-factory/Twitter Follower Factory.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
"\n",
5050
"Once the script finishes, it will save an image to the directory that you ran the script in. That image will contain the scatter plot visualization for the account you targeted.\n",
5151
"\n",
52+
"## Security concerns\n",
53+
"\n",
54+
"Although you should be fine with this notebook, you should beware of placing private API keys and security-related information into scripts like this one. If you're particularly paranoid about the security of your Twitter account, you are welcome to review the code below and all of the open source libraries that it relies upon.\n",
55+
"\n",
56+
"If it looks like anything fishy is going on with the API keys, please don't hesitate to [file an issue on this repository](https://github.com/rhiever/Data-Analysis-and-Machine-Learning-Projects/issues/new) and raise your concerns.\n",
57+
"\n",
5258
"## Questions and Comments\n",
5359
"\n",
5460
"If you have any questions or comments, please [file an issue on this repository](https://github.com/rhiever/Data-Analysis-and-Machine-Learning-Projects/issues/new) and I'll get back to you as soon as I can. If you'd like to submit a pull request to improve this script in any way, please file an issue first to discuss your change(s). I'm generally open to accepting pull requests on this repository."

0 commit comments

Comments
 (0)