Editing Twitter Analysis DB
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 127: | Line 127: | ||
| get your own log files ... all typically named xxx.py_log | | get your own log files ... all typically named xxx.py_log | ||
| | | | ||
− | | --> input | + | | --> input --- input files used to build the database. |
− | | --> output | + | | --> output --- files produced by the database selects. |
− | | --> images | + | | --> images --- image files, mostly screen shots, icons... or what ever, not important for the code. |
− | | --> wiki_etc | + | | --> wiki_etc --- various files documenting program, including at least some of the material from this wiki |
− | | | + | | also some sample output files |
− | | --> help | + | | --> help --- help files, documentation for various selects |
− | |||
Put them in your system making "....whatever" anything convenient for your Python installation ( that is move the files to where you keep your Python source, not your installed module location ). | Put them in your system making "....whatever" anything convenient for your Python installation ( that is move the files to where you keep your Python source, not your installed module location ). | ||
Note that there may be a certain amount of left over, dead code, in the directories I am cleaning out bit by bit, someday it may be nice and neat. For now if you want to tinker look at the design info below first. | Note that there may be a certain amount of left over, dead code, in the directories I am cleaning out bit by bit, someday it may be nice and neat. For now if you want to tinker look at the design info below first. | ||
− | |||
− | |||
== Run == | == Run == | ||
− | Run it until it stops complaining about dependencies ( in the console ), after that ( and perhaps even before ) the GUI should come up. You are installed. | + | Run it until it stops complaining about dependencies ( in the console ), after that ( and perhaps even before ) the GUI should come up. You are installed. |
− | I have run the program on both Windows 10. It should work in most OS's | + | I have run the program on both Windows 10 and Rasperian on a RPi. It should work in most OS's. Let me know about issues. |
= Configure to Run = | = Configure to Run = | ||
Line 206: | Line 203: | ||
*[[Python Desk Top Applications]] | *[[Python Desk Top Applications]] | ||
*[https://github.com/russ-hensel/twitter_analysis_db GitHub Repository] | *[https://github.com/russ-hensel/twitter_analysis_db GitHub Repository] | ||
− | |||
<!----------- | <!----------- |