Skip to content

issues Search Results · repo:Jeffchiucp/Python-Tweet-Generator language:Python

Filter by

12 results
 (97 ms)

12 results

inJeffchiucp/Python-Tweet-Generator (press backspace or delete to remove)

Needed to fix the Twitter API Routes on the Dashboard.
enhancement
good first issue
  • Jeffchiucp
  • Opened 
    on Mar 19, 2018
  • #19

Needed to fix the Twitter Publish API on the Dashboard. It still displays Hello World
bug
  • Jeffchiucp
  • Opened 
    on Mar 13, 2018
  • #16

Higher Markov Model has issue https://github.com/Jeffchiucp/Python-Tweet-Generator/blob/173f5546f177a4a82e8ff24d53742f6f4cb3c8e4/markov.py#L33
  • Jeffchiucp
  • Opened 
    on Dec 18, 2017
  • #12

Corpus Request: Creating a bigger Corpus in order to have a better grammar structure Markov Model. It would be good if corpus would have at least 100,000, tokens. Then if we want to have a truly spectacular ...
enhancement
  • Jeffchiucp
  • 1
  • Opened 
    on Oct 15, 2017
  • #9

User cannot save their favorite tweet to the database hosted at Heroku Terminal shows this error: sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: tweet [SQL: SELECT tweet.id ...
bug
help wanted
  • Jeffchiucp
  • 7
  • Opened 
    on Oct 13, 2017
  • #8

@app.route( /tweet , methods=[ POST ]) def tweet(): body = json.loads(request.data) # noinspection PyBroadException try: twitter.tweet = tweets[body[ tweet ]] print(jsonify) return jsonify({ success : ...
bug
enhancement
help wanted
  • Jeffchiucp
  • 6
  • Opened 
    on Oct 13, 2017
  • #7

2017-10-13T00:08:59.016125+00:00 app[web.1]: import(module) 2017-10-13T00:08:59.016126+00:00 app[web.1]: File /app/app.py , line 7, in module 2017-10-13T00:08:59.016126+00:00 app[web.1]: import twitter ...
bug
help wanted
  • Jeffchiucp
  • 6
  • Opened 
    on Oct 13, 2017
  • #6

Index.HTML page shows that there is error (index):190 Uncaught ReferenceError: data is not defined at Object. anonymous ((index):190) at i (jquery-3.2.1.min.js:2) at Object.fireWith [as resolveWith] (jquery-3.2.1.min.js:2) ...
  • Jeffchiucp
  • 2
  • Opened 
    on Oct 12, 2017
  • #5

Feature request for Twitter API
  • Jeffchiucp
  • 4
  • Opened 
    on Oct 12, 2017
  • #4

I got an AttributeError: list object has no attribute keys
  • Jeffchiucp
  • 3
  • Opened 
    on Oct 5, 2017
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub