Do our own HTML parsing/stripping of micropost contents.
- This lets us properly handle various forms of linking.
- Add tests for processing posts with links.
- Fix configuration in tests.
- Basic error handling for processing posts.
author |
Ludovic Chabant <ludovic@chabant.com> |
date |
Sun, 16 Sep 2018 21:16:20 -0700 |
parents |
a1b7a459326a |
children |
d3c4c5082bbc |
rev |
line source |
0
|
1 [[source]]
|
|
2
|
|
3 url = "https://pypi.python.org/simple"
|
|
4 verify_ssl = true
|
|
5 name = "pypi"
|
|
6
|
|
7
|
|
8 [packages]
|
|
9
|
|
10 "mf2py" = "*"
|
|
11 "mastodon.py" = "*"
|
|
12 coloredlogs = "*"
|
|
13 "mf2util" = "*"
|
|
14 python-dateutil = "*"
|
|
15 python-twitter = "*"
|
|
16
|
|
17
|
|
18 [dev-packages]
|
|
19
|
|
20 pytest = "*"
|
|
21 setuptools-scm = "*"
|
|
22 pytest-runner = "*"
|