Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test realase (#12) * File and directory creation * Adding proxy scrapper script. Result: list of elite proxy with port * Script edited. Deleted unneeded lines, deleted bs, function returns clear dataframe. * Saving to csv added * Delete duplicates script with update of list in file added * Exception FileNotFound added. Checking status code. * Result of proxy scrapper * Convert proxy to list. Files reorganization. * Header list. * ImportError fix csv file added to gitignore * Scrapping world's list from tibia.com * Scrapping character information from tibia.com. * Temporary data file * Highscores scrapper. Early version * Deleted proxy usage. Deleted unneeded code. * Deleted unneeded code. * Main page html code added. Footer changing font size. Added YouTube, Twitch buttons to nav bar * Fixing spacing, typo and content information for future work * Test news added * Database added. Creating models. * New features (#22) * File and directory creation * Adding proxy scrapper script. Result: list of elite proxy with port * Script edited. Deleted unneeded lines, deleted bs, function returns clear dataframe. * Saving to csv added * Delete duplicates script with update of list in file added * Exception FileNotFound added. Checking status code. * Result of proxy scrapper * Convert proxy to list. Files reorganization. * Header list. * ImportError fix csv file added to gitignore * Scrapping world's list from tibia.com * Scrapping character information from tibia.com. * Temporary data file * Highscores scrapper. Early version * Deleted proxy usage. Deleted unneeded code. * Deleted unneeded code. * Main page html code added. Footer changing font size. Added YouTube, Twitch buttons to nav bar * Fixing spacing, typo and content information for future work * Test news added * Database added. Creating models. * Pages/main page (#14) * Test commit * Init added to scripts * Gitignore updated * Models managed changed to true * Functions to get data from tibiadata API * Checking data from api and compare with database. If not exist, insert. * Views at main page for news ticker * Main page news ticker data loaded from database. * Added condition to selecting data for news ticker * Deleted unneeded code. * Adding condition to check if list is not empty. * Variable renamed * Getting data about boosted boss. * Boosted creature models created. * Adding boss to database. Replace function added * Display boosted boss. * Get boosted creature information * Adding boosted creature to database * Display information about boosted creature. * Fixed naming and spaces * Added getting news history * Html formating of tibia.com news. Inserting news into database. Some name changes. * Added column * Views for news * Added news on main page with testimonials * Pages/main page (#16) * Test commit * Init added to scripts * Gitignore updated * Models managed changed to true * Functions to get data from tibiadata API * Checking data from api and compare with database. If not exist, insert. * Views at main page for news ticker * Main page news ticker data loaded from database. * Added condition to selecting data for news ticker * Deleted unneeded code. * Adding condition to check if list is not empty. * Variable renamed * Getting data about boosted boss. * Boosted creature models created. * Adding boss to database. Replace function added * Display boosted boss. * Get boosted creature information * Adding boosted creature to database * Display information about boosted creature. * Fixed naming and spaces * Added getting news history * Html formating of tibia.com news. Inserting news into database. Some name changes. * Added column * Views for news * Added news on main page with testimonials * Names changed * Names changed * About page added. (#17) * .format changed to f * Typo fix * Collecting data from tibia.com about worlds, vocation, beprotection and categories with values used on tibia.com. (#18) Saved to json file. * Pages/worlds (#19) * Adding script to scrap world type values from tibia.com * Adding script to get worlds list and details from tibiadata api * Models, added auto increment * urls to worlds list added * Added loading settings from django * Added scripts for datatables to base * Added views for all worlds page * Added html page for all worlds * Orm added * Online history added, small changes in other models * creation date added * Charts deleted. Added loop for table creation with queryset data * Changed function name * Main() added for develop purpose * Charts added, fixed js inside django template with variables * Online history data for chart added. Creation history data for chart added. * JSON file with creation history added * Custom tag added. * Pages/single world (#20) * Url changed * Urls, added variable threw url * Dynamic views for single world added. * Urls added to single world * Single world site template added * Custom tag added ( iso date to y, m, d) * Import clean up * Arguments clean up * Test table added * Search button connected to views. * Search button connected to views. * Pages/find character (#21) * Get character information from api * Changed icon * Html site, display information from api. * Views for character search added. * Adding comment to unused buttons * Custom tag for data edited. * Forms file added * Updated working features.
- Loading branch information