Open vo1dee opened 2 weeks ago
I would like to help.
I would like to help.
This is great. I appreciate the intention. Anyhow, it's a personal pet project for personal use and education. Help will be appreciated, but unfortunately not compensated financially. If you still interested, let me know if you have any questions regarding the contribution @Muneeba-Nazar
I would love to contribute, but you'll have to explain to me in detail what it is that you need to be done.
I would love to contribute, but you'll have to explain to me in detail what it is that you need to be done.
Of course. Thank you so much.
I will be able to describe in details what's needs to be done in the morning, now I go to sleep and in the morning will describe needs more accurately
Hello @Muneeba-Nazar, So we currently have several user and bot data stored in data/ folder.
game_state.json --
stores words game data like chat_id and current word used in game.
{"-12345567": "example"}
need to be in separate table, also we can potentially add game state per chat and leaderboard
used_words.csv
list of used words, used while requesting new word via gpt to avoid repeated words.
currently just csv like "example1, example2, etc”
user_locations.csv
user location data, we have a command /weather that takes a city as argument /weather New York, however, if used once used command and provided location, location saved in CSV and following command will not require specifying location, and could be used by itself. Current structure user_id, location(city), times tempt to track last used location.
Let me know if you have any questions and need any help implementing this.
We also plan to expend functionality and maintain everything within DB will be more efficient. If you have any ideas or advices they are very warm welcome
Got it. I'm gonna start working on this, will let you know if i have any queries.
Got it. I'm gonna start working on this, will let you know if i have any queries.
I highly appreciate
is it possible that you give me the APIs needed to run the program??????
Sure, can you DM me on telegram or discord? https://t.me/vo1dee discord: .vo1dee
@Muneeba-Nazar
I'm unable to find you on discord. My discord is muniba_ Please dm me.
I'm unable to find you on discord. My discord is muniba_ Please dm me.
I've DM'ed you, but you need to accept my friend request first. Please do and I will send you necessary API keys
Thats not my account. following is my account:
Overview
Create a basic SQLite database to store our data. SQLite is perfect for our needs because:
What We'll Do
[ ] Create a simple database structure
[ ] Move current data
[ ] Update code to use new database
Why This Helps