Rewrite twitter-bot in python3 with tweepy #7
Labels
No labels
bug
enhancement
good first issue
halted
help wanted
security
wait for upstream
wait to be tested
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: b3yond/ticketfrei#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @b3yond Posted at: 29.12.2017 17:44
Tweepy is a twitter library for python3: http://tweepy.readthedocs.io/en/v3.5.0/getting_started.html#introduction
as the mastodon bot is already in python3, this enables more code consistency & modularity.
Author: @b3yond Posted at: 29.12.2017 19:01
so far done, but not committed:
Author: @b3yond Posted at: 30.12.2017 09:34
the mastodon bot still has issues. Since it was also transfered from python2 -> python3, there is an error with pickle.dump:
Author: @b3yond Posted at: 30.12.2017 13:07
okay, tom fixed it.