use older dependacy and modify generate.py
This commit is contained in:
parent
2618b264f3
commit
effdd45e10
2 changed files with 3 additions and 7 deletions
|
|
@ -17,13 +17,9 @@ while not generated:
|
||||||
text = text.replace('@','@').replace('#','#')
|
text = text.replace('@','@').replace('#','#')
|
||||||
print(text)
|
print(text)
|
||||||
|
|
||||||
requests.post("https://brain.d.on-t.work/api/notes/create", json={
|
requests.post("https://beeping.synth.download/api/iceshrimp/notes", json={
|
||||||
'i': secrets__.TOKEN,
|
'i': secrets__.TOKEN,
|
||||||
|
|
||||||
'visibility': 'home',
|
'visibility': 'home',
|
||||||
'noExtractMentions': True,
|
|
||||||
'noExtractHashtags': True,
|
|
||||||
|
|
||||||
'text': text,
|
'text': text,
|
||||||
'cw': 'markov chain generated post'
|
|
||||||
})
|
})
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
markovify
|
markovify
|
||||||
requests
|
requests
|
||||||
spacy
|
spacy<3.8.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue