Add formatting

This commit is contained in:
Tobias Eidelpes 2021-05-03 10:03:20 +02:00
parent 2442b1326f
commit cee89867f2
3 changed files with 12 additions and 32 deletions

View File

@ -3,4 +3,4 @@ from app_be.models import Tweet, Feed
# Register your models here. # Register your models here.
admin.site.register(Tweet) admin.site.register(Tweet)
admin.site.register(Feed) admin.site.register(Feed)

View File

@ -25,20 +25,21 @@ class twitter_bot(threading.Thread):
if posted: if posted:
break break
#load feed # load feed
feeds = search(feed.url) feeds = search(feed.url)
#search single posts # search single posts
for current in feeds: for current in feeds:
print(current) print(current)
#TODO: split keywords and search # TODO: split keywords and search
#looking for keywords # split_keywords = [x.strip() for x in feed.keywords.split(',')]
# looking for keywords
if feed.keywords in current.title: if feed.keywords in current.title:
if posted: if posted:
break break
#preparing tweet # preparing tweet
new_tweet = Tweet() new_tweet = Tweet()
new_tweet.icon = None new_tweet.icon = None
new_tweet.text = current.title new_tweet.text = current.title
@ -51,8 +52,8 @@ class twitter_bot(threading.Thread):
print("Posting update on Twitter") print("Posting update on Twitter")
print(new_tweet) print(new_tweet)
#TODO: uncomment # TODO: uncomment
#twitter_api.post_update(new_tweet.text, new_tweet.url) # twitter_api.post_update(new_tweet.text, new_tweet.url)
new_tweet.save() new_tweet.save()
posted = True posted = True

View File

@ -432,9 +432,6 @@
"version": "9.2.4", "version": "9.2.4",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.2.4.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-9.2.4.tgz",
"integrity": "sha512-iw2+qHMXHYVC6K/fttHeNHIieSKiTEodVutZoOEcBu9rmRTGbLB26V/CRsfIRmA1RBk+uFYWc6UQZnMC3RdnJQ==", "integrity": "sha512-iw2+qHMXHYVC6K/fttHeNHIieSKiTEodVutZoOEcBu9rmRTGbLB26V/CRsfIRmA1RBk+uFYWc6UQZnMC3RdnJQ==",
"dependencies": {
"parse5": "^5.0.0"
},
"optionalDependencies": { "optionalDependencies": {
"parse5": "^5.0.0" "parse5": "^5.0.0"
} }
@ -970,7 +967,6 @@
"dependencies": { "dependencies": {
"anymatch": "~3.1.1", "anymatch": "~3.1.1",
"braces": "~3.0.2", "braces": "~3.0.2",
"fsevents": "~2.1.2",
"glob-parent": "~5.1.0", "glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0", "is-binary-path": "~2.1.0",
"is-glob": "~4.0.1", "is-glob": "~4.0.1",
@ -2150,7 +2146,6 @@
"dependencies": { "dependencies": {
"anymatch": "~3.1.1", "anymatch": "~3.1.1",
"braces": "~3.0.2", "braces": "~3.0.2",
"fsevents": "~2.1.2",
"glob-parent": "~5.1.0", "glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0", "is-binary-path": "~2.1.0",
"is-glob": "~4.0.1", "is-glob": "~4.0.1",
@ -3703,8 +3698,7 @@
"dependencies": { "dependencies": {
"esprima": "~1.0.4", "esprima": "~1.0.4",
"estraverse": "~1.5.0", "estraverse": "~1.5.0",
"esutils": "~1.0.0", "esutils": "~1.0.0"
"source-map": "~0.1.30"
}, },
"optionalDependencies": { "optionalDependencies": {
"source-map": "~0.1.30" "source-map": "~0.1.30"
@ -6543,8 +6537,7 @@
"esprima": "^4.0.1", "esprima": "^4.0.1",
"estraverse": "^4.2.0", "estraverse": "^4.2.0",
"esutils": "^2.0.2", "esutils": "^2.0.2",
"optionator": "^0.8.1", "optionator": "^0.8.1"
"source-map": "~0.6.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"source-map": "~0.6.1" "source-map": "~0.6.1"
@ -7560,7 +7553,6 @@
"minimist": "^1.2.5", "minimist": "^1.2.5",
"neo-async": "^2.6.0", "neo-async": "^2.6.0",
"source-map": "^0.6.1", "source-map": "^0.6.1",
"uglify-js": "^3.1.4",
"wordwrap": "^1.0.0" "wordwrap": "^1.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
@ -9280,7 +9272,6 @@
"dependencies": { "dependencies": {
"anymatch": "~3.1.1", "anymatch": "~3.1.1",
"braces": "~3.0.2", "braces": "~3.0.2",
"fsevents": "~2.1.2",
"glob-parent": "~5.1.0", "glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0", "is-binary-path": "~2.1.0",
"is-glob": "~4.0.1", "is-glob": "~4.0.1",
@ -9420,12 +9411,8 @@
"clone": "^2.1.2", "clone": "^2.1.2",
"errno": "^0.1.1", "errno": "^0.1.1",
"graceful-fs": "^4.1.2", "graceful-fs": "^4.1.2",
"image-size": "~0.5.0",
"make-dir": "^2.1.0",
"mime": "^1.4.1", "mime": "^1.4.1",
"promise": "^7.1.1",
"request": "^2.83.0", "request": "^2.83.0",
"source-map": "~0.6.0",
"tslib": "^1.10.0" "tslib": "^1.10.0"
}, },
"optionalDependencies": { "optionalDependencies": {
@ -9645,7 +9632,6 @@
"anymatch": "^2.0.0", "anymatch": "^2.0.0",
"async-each": "^1.0.1", "async-each": "^1.0.1",
"braces": "^2.3.2", "braces": "^2.3.2",
"fsevents": "^1.2.7",
"glob-parent": "^3.1.0", "glob-parent": "^3.1.0",
"inherits": "^2.0.3", "inherits": "^2.0.3",
"is-binary-path": "^1.0.0", "is-binary-path": "^1.0.0",
@ -13640,9 +13626,6 @@
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.1.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.1.0.tgz",
"integrity": "sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ==", "integrity": "sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ==",
"dev": true, "dev": true,
"dependencies": {
"fsevents": "~2.1.2"
},
"optionalDependencies": { "optionalDependencies": {
"fsevents": "~2.1.2" "fsevents": "~2.1.2"
} }
@ -13789,7 +13772,6 @@
"dependencies": { "dependencies": {
"anymatch": "~3.1.1", "anymatch": "~3.1.1",
"braces": "~3.0.2", "braces": "~3.0.2",
"fsevents": "~2.1.2",
"glob-parent": "~5.1.0", "glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0", "is-binary-path": "~2.1.0",
"is-glob": "~4.0.1", "is-glob": "~4.0.1",
@ -16532,10 +16514,8 @@
"integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==", "integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chokidar": "^3.4.1",
"graceful-fs": "^4.1.2", "graceful-fs": "^4.1.2",
"neo-async": "^2.5.0", "neo-async": "^2.5.0"
"watchpack-chokidar2": "^2.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"chokidar": "^3.4.1", "chokidar": "^3.4.1",
@ -17241,7 +17221,6 @@
"anymatch": "^2.0.0", "anymatch": "^2.0.0",
"async-each": "^1.0.1", "async-each": "^1.0.1",
"braces": "^2.3.2", "braces": "^2.3.2",
"fsevents": "^1.2.7",
"glob-parent": "^3.1.0", "glob-parent": "^3.1.0",
"inherits": "^2.0.3", "inherits": "^2.0.3",
"is-binary-path": "^1.0.0", "is-binary-path": "^1.0.0",