Biblioteca em Python "delicinha" para comunicação via API com o site: "TabNews.com.br" :)
Stars
22
Forks
1
Watchers
22
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
3
commits
Merge pull request #3 from thisiscleverson/fix-use_preview_tabnews_host-parameter
10699dfView on GitHubfix: change "if value[0][session[email]] and value[1][session[host]]:" to "if value[0] == session[email] and value[1] == session[host]:" in "tabnews/mixins/auth.py"
6d8b64eView on GitHubfix: change "value[0][session[email]] and value[1][session[host]]" to "if value[0] == session[email] and value[1] == session[host]"
03b4fd0View on GitHub