- Australia
- https://lynnesbian.space/
- Joined on
2018-10-10
lynnesbian
synced new reference restructure to lynnesbian/FediBooks from mirror
2019-09-18 17:20:35 +00:00
a90703b842
added vscode settings
ed0140c2db
merge restructure with master (#25)
418189c68e
corrected import names
d68a8071fa
moved accounts_add and create to their own files
3e8acd28ac
moved bot_edit to its own file
lynnesbian
synced new reference docker to lynnesbian/FediBooks from mirror
2019-09-18 09:10:35 +00:00
d9447fcec7
add missing %s to sql statement
7e9698eae5
removed docker files on master branch
cbe491f1af
reorganised directory structure
344e552729
don't repeat bot image
001dbadf9e
started work on docker stuff
c9dbc6fba4
Merge branch 'master' of https://github.com/Lynnesbian/FediBooks
a34cf43f75
Merge pull request #24 from Lynnesbian/dependabot/pip/beautifulsoup4-4.8.0
aebe495282
Bump beautifulsoup4 from 4.7.1 to 4.8.0
03da5cb44f
Merge pull request #23 from Lynnesbian/dependabot/pip/markovify-0.7.2
fc8be5db40
save bot's instance type in db
5d35519818
fixed indentation issue, hopefully #21 is fixed now
6b8931ec3d
add a help menu for the settings page
ad1b59a401
fix #18 by replacing \0 with \1
ac9ea67edb
handle @x as well as @x@y, fixes #20
7ee4042592
fix an SQL query that was causing bots to use the wrong credentials
a9fcda794c
use a new db connection for each scrape thread
af1f8c6d8b
warn about rate limit
be9685a881
don't 500 on instances without contact_account
ea8e46c07c
better warning for pleroma users
129a7a78f8
fix pleroma support
30ccd37505
fix potential reference before assignment
382ef00f85
display time correctly
0df53877ab
only display time til next post if bot is enabled
34c88984e8
display time until next post on home page
6d6b975fc0
fix default datetime values
b688186c28
render bot_create template when there's an error
a981c7a171
print a 'finished' message when done scraping a given user's posts
de0505004d
oops
8b16e698c8
handle case where there's no posts to learn from
f0139a61a7
commit earlier on service.py
ac29216973
make scrape.py commit more frequencly
2cbad2eff3
truly fixed the weird bug. requesting / no longer resets session['step']
28ca5c3d83
add favicon to fix a very weird bug
fb1f05d96b
redirect to the home page on invalid instance type
44c9cb0248
remove unecessary form actions
bd5733ef11
add wsgi.py for use with gunicorn
49ddde2b9f
clean up error handling
9d6615b579
add success template
eb3fb77c18
implemented settings
3a0c67fc4e
minor cleanup
9c1a4378b3
fix comment indentation
436a911397
implement learn_from_cw setting
d0e42a35c4
basic post generation
b5e1d880e7
basic posting support
e5064d14ce
fix authentication bug and user add bug
0ed4736dd0
if no bots are learning from an account, delete it
487939fec0
show report bug button on error banner
34db513785
remove unecessary call to login_check
e6e6ed9c28
redirect to home if user tries to access page requiring authentication while signed out
44c7e24a53
initial work on bot posting
7015431687
created bug report page
c38f01b07a
display posts in DB on /bot/accounts
fc45f4c4c0
ordre accounts randomly so we don't always do them in the same order
9ccd5586bf
scrape user posts
dd3679d8db
started work on service.py, the cron thing that actually downloads the posts
0294f8e004
redirect to accounts page after successful add
4680bc19c1
bots default to being offline
802120540a
request and store web push credentials
be0a843c1a
fix a few render_template calls