Skip to content

Commit

Permalink
Rotated DB/login credentials server side, but removed them anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
dbgrigsby committed Apr 17, 2017
1 parent 4b5c898 commit d772a10
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 108 deletions.
11 changes: 6 additions & 5 deletions bot script/bot.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import fbchat
import re
import psycopg2

params = {
'dbname': 'd12u190iuusr3o',
'user': 'quszuctlcqieqr',
'password': '07351f585b5c9721034f3b7fa97c7d970a40a018d945a3b52e6a288fd7946cd8',
'host': 'ec2-174-129-227-116.compute-1.amazonaws.com',
'port': 5432
'dbname': 'redacted',
'user': 'redacted',
'password': 'redacted',
'host': 'redacted',
'port': redacted
}
class hackCWRUProject(fbchat.Client):

Expand Down
17 changes: 0 additions & 17 deletions bot script/test.py

This file was deleted.

10 changes: 5 additions & 5 deletions bot script/wikipedia_to_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import wikipedia

params = {
'dbname': 'd12u190iuusr3o',
'user': 'quszuctlcqieqr',
'password': '07351f585b5c9721034f3b7fa97c7d970a40a018d945a3b52e6a288fd7946cd8',
'host': 'ec2-174-129-227-116.compute-1.amazonaws.com',
'port': 5432
'dbname': 'redacted',
'user': 'redacted',
'password': 'redacted',
'host': 'redacted',
'port': redacted
}


Expand Down
81 changes: 0 additions & 81 deletions scrap.py

This file was deleted.

0 comments on commit d772a10

Please sign in to comment.